diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-06-13 19:07:18 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-06-13 19:07:18 +0000 |
commit | 761f867c975b162f71cce3d006af27e7f85e52b3 (patch) | |
tree | 7efafdec24e4b4a712ef584063996fa464f9d03d /user/libshout/APKBUILD | |
parent | a33b497e1219640b47a16bae7de95ea4cd9b4928 (diff) | |
parent | 5701fae654dcb6711ec4ed60653639df32780824 (diff) | |
download | packages-761f867c975b162f71cce3d006af27e7f85e52b3.tar.gz packages-761f867c975b162f71cce3d006af27e7f85e52b3.tar.bz2 packages-761f867c975b162f71cce3d006af27e7f85e52b3.tar.xz packages-761f867c975b162f71cce3d006af27e7f85e52b3.zip |
Merge branch 'bump.aerdan.20190604' into 'master'
Package bumps for 4 June 2019.
See merge request !238
Diffstat (limited to 'user/libshout/APKBUILD')
-rw-r--r-- | user/libshout/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/libshout/APKBUILD b/user/libshout/APKBUILD index 5e0f491b5..f3b9e2796 100644 --- a/user/libshout/APKBUILD +++ b/user/libshout/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: pkgname=libshout -pkgver=2.4.1 -pkgrel=2 +pkgver=2.4.2 +pkgrel=0 pkgdesc="Library for accessing a Icecast server" url="http://www.icecast.org/" arch="all" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219 libshout-2.4.1.tar.gz" +sha512sums="ae4b042009887de22d105eb8238f4362f6ff51bd645fd51b5a87c4b5e3f5fdc99e9f99f85c24ae2e9d23eab92b854a7e733bf9f8cc61a8362ce984f02a014e93 libshout-2.4.2.tar.gz" |