choosenim: update to 0.3.2

This commit is contained in:
SolitudeSF 2018-02-28 15:28:01 +02:00 committed by Michael Gehring
parent f5c6fe4edf
commit 6ff63ba4d1

View file

@ -1,6 +1,6 @@
# Template file for 'choosenim'
pkgname=choosenim
version=0.3.0
version=0.3.2
revision=1
hostmakedepends="git nim"
makedepends="libressl-devel zlib-devel"
@ -10,14 +10,14 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/dom96/choosenim"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=12b7c705bd62a31b3cb24ad520123916f9c0ce7da72cd8d50609de8309616c54
checksum=2478fcc75c5a147f63f755f700601ce25f8e2ca964b39ac3cb0d903d2fa22a2b
do_build() {
local arch args
case "$XBPS_TARGET_MACHINE" in
aarch64*) arch=arm64;;
arm*) arch=arm;;
mips*) arch=mips;;
aarch64*) arch=arm64;;
arm*) arch=arm;;
mips*) arch=mips;;
esac
if [ -n "$arch" ]; then
cat > nim.cfg <<EOF