joker: update to 0.12.2.

This commit is contained in:
maxice8 2019-04-07 04:37:06 -03:00 committed by maxice8
parent ecff7686fe
commit bf9fb7606f

View file

@ -1,16 +1,16 @@
# Template file for 'joker' # Template file for 'joker'
pkgname=joker pkgname=joker
version=0.12.1 version=0.12.2
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/candid82/joker" go_import_path=github.com/candid82/joker
hostmakedepends="git" hostmakedepends="git"
short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter" short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter"
maintainer="Dominic Monroe <monroef4@googlemail.com>" maintainer="Dominic Monroe <monroef4@googlemail.com>"
license="EPL-1.0" license="EPL-1.0"
homepage="https://joker-lang.org/" homepage="https://joker-lang.org/"
distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz" distfiles="https://github.com/candid82/joker/archive/v${version}.tar.gz"
checksum=b019b96f9a36cb88749701c8e93a3d811ee26f6c453595320a3ab3adca404c09 checksum=aa50503dfc767a74e6c1b85dd80113561f9459d4ab04dbe785617190bafe3c43
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" joker" hostmakedepends+=" joker"