joker: update to 1.3.4.
This commit is contained in:
parent
7baba26236
commit
428d136661
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'joker'
|
# Template file for 'joker'
|
||||||
pkgname=joker
|
pkgname=joker
|
||||||
version=1.3.1
|
version=1.3.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/candid82/joker
|
go_import_path=github.com/candid82/joker
|
||||||
|
@ -10,7 +10,7 @@ license="EPL-1.0"
|
||||||
homepage="https://joker-lang.org/"
|
homepage="https://joker-lang.org/"
|
||||||
changelog="https://github.com/candid82/joker/releases"
|
changelog="https://github.com/candid82/joker/releases"
|
||||||
distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=52ddab431c7e8ebd3f3733679c55639fe99964c9ffba969042c537a3d0e809d9
|
checksum=aeb70b3f7731ebaa05e1807ef58c14383fdd6f9ff08ef8b2ea24b5c071248a4f
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
|
Loading…
Reference in New Issue