joker: update to 0.12.2.
This commit is contained in:
parent
ecff7686fe
commit
bf9fb7606f
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'joker'
|
||||
pkgname=joker
|
||||
version=0.12.1
|
||||
version=0.12.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/candid82/joker"
|
||||
go_import_path=github.com/candid82/joker
|
||||
hostmakedepends="git"
|
||||
short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="EPL-1.0"
|
||||
homepage="https://joker-lang.org/"
|
||||
distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
|
||||
checksum=b019b96f9a36cb88749701c8e93a3d811ee26f6c453595320a3ab3adca404c09
|
||||
checksum=aa50503dfc767a74e6c1b85dd80113561f9459d4ab04dbe785617190bafe3c43
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" joker"
|
||||
|
|
Loading…
Reference in a new issue