mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
sblg: update to 0.4.24.
This commit is contained in:
parent
34d25db4d7
commit
7f75111722
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- util.c 2019-04-16 03:13:56.445399012 +0200
|
|
||||||
+++ - 2019-04-16 03:14:14.892999712 +0200
|
|
||||||
@@ -1026,7 +1026,7 @@
|
|
||||||
#ifdef __linux__
|
|
||||||
size_t i;
|
|
||||||
|
|
||||||
- for (i = 0; i < SBLTAG_NONE; i++) {
|
|
||||||
+ for (i = 0; i < SBLGTAG_NONE; i++) {
|
|
||||||
free(htabs[i].tabent);
|
|
||||||
htabs[i].tabent = NULL;
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sblg'
|
# Template file for 'sblg'
|
||||||
pkgname=sblg
|
pkgname=sblg
|
||||||
version=0.4.21
|
version=0.4.24
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||||
|
@ -11,7 +11,7 @@ license="ISC"
|
||||||
homepage="https://kristaps.bsd.lv/sblg/"
|
homepage="https://kristaps.bsd.lv/sblg/"
|
||||||
changelog="https://kristaps.bsd.lv/sblg/archive.html"
|
changelog="https://kristaps.bsd.lv/sblg/archive.html"
|
||||||
distfiles="https://kristaps.bsd.lv/sblg/snapshots/${pkgname}-${version}.tar.gz"
|
distfiles="https://kristaps.bsd.lv/sblg/snapshots/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1afa576e68e57cd3aa4ae9a65e7070f2561d4dc31c6a131925cb0c06880b573f
|
checksum=0f62862e157a9374ea80b60c1b03e94e5f0a2c5afd96bf33f4a0032a4be90a81
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue