mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nickle: update to 2.94.
This commit is contained in:
parent
22efa77bd9
commit
07dfd349aa
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nickle'
|
# Template file for 'nickle'
|
||||||
pkgname=nickle
|
pkgname=nickle
|
||||||
version=2.93
|
version=2.94
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Powerful desk calculator language"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nickle.org/"
|
homepage="https://nickle.org/"
|
||||||
|
changelog="https://keithp.com/cgit/nickle.git/log/"
|
||||||
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a04327343e18a52eb3d86f267708532b2bf0b258c147ca74520a2511a060c858
|
checksum=b8b7dbe5f1e5ca96f1c1c1b6e2ec8a42d0a63eda4c6ac70ad1aa1ec3d9268745
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue