diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-09 10:15:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-09 10:15:48 +0000 |
commit | 3e4864e9ed5c266b5fb748205a4a71eb57cf5d0c (patch) | |
tree | dd3dda641010e0a6ec8aee0e1d6a87181dc533ec /main/libshout/APKBUILD | |
parent | 80ece2eeee2cbef59111b8ba5917301a97e5e84c (diff) | |
download | aports-3e4864e9ed5c266b5fb748205a4a71eb57cf5d0c.tar.bz2 aports-3e4864e9ed5c266b5fb748205a4a71eb57cf5d0c.tar.xz |
main/libshout: upgrade to 2.4.3
Diffstat (limited to 'main/libshout/APKBUILD')
-rw-r--r-- | main/libshout/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/libshout/APKBUILD b/main/libshout/APKBUILD index d6091fedb0..e273f965af 100644 --- a/main/libshout/APKBUILD +++ b/main/libshout/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libshout -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=0 pkgdesc="Library for accessing a shoutcast/icecast server" url="http://www.icecast.org/" @@ -9,8 +9,7 @@ arch="all" license="LGPL-2.1" makedepends="speex-dev libtheora-dev libvorbis-dev openssl-dev" subpackages="$pkgname-static $pkgname-doc $pkgname-dev" -source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz - 01-libshout-tls-compile-with-OpenSSL-1.1.0.patch" +source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" build() { cd "$builddir" @@ -34,5 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ae4b042009887de22d105eb8238f4362f6ff51bd645fd51b5a87c4b5e3f5fdc99e9f99f85c24ae2e9d23eab92b854a7e733bf9f8cc61a8362ce984f02a014e93 libshout-2.4.2.tar.gz -16534c0e3873075ce628a3cb14d4faf0f25cf0596e7bb1489b0ea6af89900e44cfedf0e06b2f58f1d67950904cd8f9c99fcb9d9b01df009558ed1401e2ab237e 01-libshout-tls-compile-with-OpenSSL-1.1.0.patch" +sha512sums="fe36778c6640e620f27504cb21234940e18a65a33f9178bf7e77d4baf854a9affc82d85db8ed8c1c8e2d80399685d8be10106fff5be1ddf76e03e2ffeeed1d34 libshout-2.4.3.tar.gz" |