diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 03:41:06 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 03:41:06 -0300 |
commit | afd8767d01bf6e28048b180f5cd5e7dc256248d2 (patch) | |
tree | 2265e7ff8d47b86fe29dfec703c369bea9867c8d /community/ezstream/APKBUILD | |
parent | b433cb51e19d8b1f8bf3630d648375933ffbb908 (diff) | |
download | aports-afd8767d01bf6e28048b180f5cd5e7dc256248d2.tar.bz2 aports-afd8767d01bf6e28048b180f5cd5e7dc256248d2.tar.xz |
community/ezstream: upgrade to 1.0.1
Diffstat (limited to 'community/ezstream/APKBUILD')
-rw-r--r-- | community/ezstream/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ezstream/APKBUILD b/community/ezstream/APKBUILD index bfcc546206..e0994db9aa 100644 --- a/community/ezstream/APKBUILD +++ b/community/ezstream/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Lionel Voirol <lionel@sinux.ch> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=ezstream -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=0 pkgdesc="Ezstream is a command line source client for Icecast media streaming servers." url="http://www.icecast.org/ezstream.php" @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="16c67cd6b02de2e87699e24a93dfa6ead8a3de1e42f074175cc56787fd8a3c9c601ad2b78db579d3bfb7e96e66a85b24ae097565748b756142439318e48b7531 ezstream-1.0.0.tar.gz" +sha512sums="0e8a79590504f718303f1198ebb5c87383c945b999acc1b08a714791da242064e36e90ce1034e9dc3492c8e0d320428f84bd456bf93466c747adfa651605908c ezstream-1.0.1.tar.gz" |