diff options
author | Ermine <mustela@erminea.space> | 2024-08-30 07:48:42 +0000 |
---|---|---|
committer | Ermine <mustela@erminea.space> | 2024-09-01 12:53:56 +0000 |
commit | 983d9b9cef62be1bf323f0cffc328949788eed0c (patch) | |
tree | 0fe2d010055aa99a70954e71572fa92c71399a7a /user/libpthread-stubs | |
parent | f267025286a8ad620348e005fec78d9f3b740b08 (diff) | |
download | packages-983d9b9cef62be1bf323f0cffc328949788eed0c.tar.gz packages-983d9b9cef62be1bf323f0cffc328949788eed0c.tar.bz2 packages-983d9b9cef62be1bf323f0cffc328949788eed0c.tar.xz packages-983d9b9cef62be1bf323f0cffc328949788eed0c.zip |
user/libpthread-stubs: upgrade to 0.5
Diffstat (limited to 'user/libpthread-stubs')
-rw-r--r-- | user/libpthread-stubs/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/libpthread-stubs/APKBUILD b/user/libpthread-stubs/APKBUILD index 13ce0a53a..eacd771e6 100644 --- a/user/libpthread-stubs/APKBUILD +++ b/user/libpthread-stubs/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=libpthread-stubs -pkgver=0.4 +pkgver=0.5 pkgrel=0 pkgdesc="POSIX threading functions stubs for platforms missing them" url="https://cgit.freedesktop.org/xcb/pthread-stubs" @@ -9,7 +9,7 @@ options="!dbg" license="X11" depends="" makedepends="" -source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2" +source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.xz" build() { ./configure \ @@ -27,4 +27,4 @@ package() { make -j1 DESTDIR="$pkgdir" install } -sha512sums="0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954 libpthread-stubs-0.4.tar.bz2" +sha512sums="a24f7c40dcaf5f6ca0085972117fed5ad0851f6fc1972fdab799d27236afaaa4f7baa93e40532f93984d313d94456819aaf4ec8f8d1bbb2e5c4fc76c31891d82 libpthread-stubs-0.5.tar.xz" |