diff options
Diffstat (limited to 'community/libhdhomerun/APKBUILD')
-rw-r--r-- | community/libhdhomerun/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/libhdhomerun/APKBUILD b/community/libhdhomerun/APKBUILD index ad4898c98b..0ba2d37d59 100644 --- a/community/libhdhomerun/APKBUILD +++ b/community/libhdhomerun/APKBUILD @@ -1,14 +1,13 @@ # Contributor: Hasse Hagen Johansen <hasse-docker@hagenjohansen.dk> # Maintainer: Hasse Hagen Johansen <hasse-docker@hagenjohansen.dk> pkgname=libhdhomerun -pkgver=20150826 -pkgrel=2 +pkgver=20161117 +pkgrel=0 pkgdesc="Library for Silicon Dust HD HomeRun" url="http://www.silicondust.com/support/downloads/linux/" arch="all" license="LGPL2+" depends="$pkgname-libs" -depends_dev="$pkgname" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-libs" @@ -49,7 +48,6 @@ libs() { install -Dm755 "$_builddir"/libhdhomerun.so \ "$subpkgdir"/usr/lib/libhdhomerun.so || return 1 } - -md5sums="05f9a9e1fc8f6ec004b399034775cab0 libhdhomerun_20150826.tgz" -sha256sums="907dfbd1eb82aebd8b09e7c00c21a02433e6baaacf4a4f99aa2511b1d5244baf libhdhomerun_20150826.tgz" -sha512sums="9b401c1649dc8c32ea9019b732631f9213cb66c43771aa148fa318202fc11739c005c474be6a77a6a7807818b5179f77debb5b2d2411d865cc87bb3d7ab629a6 libhdhomerun_20150826.tgz" +md5sums="bcbf36db39d8018818336b53a64106b4 libhdhomerun_20161117.tgz" +sha256sums="23a3484723f3744eb38349d19cbe7d25b5bed27adf64929bd174c1669b194a8a libhdhomerun_20161117.tgz" +sha512sums="932eb52a20706fad04a7ebbf9cdc51d7ba0b5f4e1d8e74d175ded26fcb50a745ff37681b14d28a9ff636b923c0b02b624bf39e3d4bbfbe1e4278bbfc70f21803 libhdhomerun_20161117.tgz" |