ncdc: update to 1.24
This commit is contained in:
parent
64b596cb83
commit
f450f660c9
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ncdc'
|
||||
pkgname=ncdc
|
||||
version=1.22.1
|
||||
version=1.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-geoip"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Modern and lightweight DC client with a ncurses interface"
|
|||
maintainer="whoami <whoami@systemli.org>"
|
||||
license="MIT"
|
||||
homepage="https://dev.yorhel.nl/ncdc"
|
||||
distfiles="https://dev.yorhel.nl/download/$pkgname-$version.tar.gz"
|
||||
checksum=d15fd378aa345f423e59a38691c668f69b516cd4b8afbbcdc446007740c3afad
|
||||
changelog="https://dev.yorhel.nl/ncdc/changes"
|
||||
distfiles="https://dev.yorhel.nl/download/ncdc-${version}.tar.gz"
|
||||
checksum=233510d5355fc72fdad3578ebc8ab35d1da95b21d2774990f3a1356b7112da1e
|
||||
|
||||
pre_build() {
|
||||
make CC=$CC_FOR_BUILD CFLAGS=$BUILD_CFLAGS makeheaders
|
||||
|
|
Loading…
Reference in New Issue