summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2023-12-01 19:41:09 -0600
committerZach van Rijn <me@zv.io>2023-12-01 19:41:11 -0600
commit39224a75da6feb3af0d25727475dabed72e8d22d (patch)
tree201824fd5c4ebad77ed1260e5804526def9f4449
parent65d7a34017ebd253b3dd7f95cd55ee9243dcb4fe (diff)
downloadpackages-39224a75da6feb3af0d25727475dabed72e8d22d.tar.gz
packages-39224a75da6feb3af0d25727475dabed72e8d22d.tar.bz2
packages-39224a75da6feb3af0d25727475dabed72e8d22d.tar.xz
packages-39224a75da6feb3af0d25727475dabed72e8d22d.zip
system/slibtool: bump { 0.5.34 --> 0.5.35 }.
This does not provide the long-anticipated 'slibtoolize': https://dev.midipix.org/cross/slibtool/issue/8 however it does include many fixes and improvements.
-rw-r--r--system/slibtool/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/slibtool/APKBUILD b/system/slibtool/APKBUILD
index a1ac2142d..06601b494 100644
--- a/system/slibtool/APKBUILD
+++ b/system/slibtool/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=slibtool
-pkgver=0.5.34
+pkgver=0.5.35
pkgrel=0
pkgdesc="'Skinny' library support script"
url="https://dev.midipix.org/cross/slibtool"
@@ -10,7 +10,7 @@ license="MIT"
depends=""
makedepends="m4"
subpackages=""
-source="https://git.foss21.org/slibtool/snapshot/$pkgname-$pkgver.tar.xz"
+source="https://dl.foss21.org/slibtool/$pkgname-$pkgver.tar.xz"
build() {
./configure \
@@ -21,4 +21,4 @@ build() {
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="62f976d4a05c8a6464679fc98fb8734914bb27bff9ababfcda24d7be9ff8c7d2cb43ad73569403593142059d115750d1fc45660d934f43eb5e0f206d8ed43dbe slibtool-0.5.34.tar.xz"
+sha512sums="e1d2f03596432f970f8c1f93d4387cafb11355a520fb5adb9bbc02f3dcdea0bbb78ca6fe84c24faebee848279050c5bec13fd64a168b12d7fc885ac9d31a7560 slibtool-0.5.35.tar.xz"