diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-01-28 20:43:35 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-01-28 20:43:35 (GMT) |
commit | 56c97eb76c473eea300e12c4cbdc7e08bf613d57 (patch) | |
tree | 7b6a954b916428012076813042343cc673303b86 | |
parent | 0634e79ccc4721b0b1ea7412df8ab662d7178f89 (diff) | |
download | linhes_pkgbuild-56c97eb76c473eea300e12c4cbdc7e08bf613d57.zip linhes_pkgbuild-56c97eb76c473eea300e12c4cbdc7e08bf613d57.tar.gz linhes_pkgbuild-56c97eb76c473eea300e12c4cbdc7e08bf613d57.tar.bz2 |
libhdhomerun: update to 20180817
-rw-r--r-- | abs/core/libhdhomerun/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/libhdhomerun/PKGBUILD b/abs/core/libhdhomerun/PKGBUILD index 347baa2..8aa590e 100644 --- a/abs/core/libhdhomerun/PKGBUILD +++ b/abs/core/libhdhomerun/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=libhdhomerun -pkgver=20170930 +pkgver=20180817 pkgrel=1 pkgdesc="Library and command line utility for interfacing with HDHomeRun device" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -12,7 +12,7 @@ optdepends=('hdhomerun-firmware-bin: firmware for hdhomerun devices' 'hdhomerun_config_gui: hdhomerun configuration gui') source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") -sha256sums=('0cb392231961fab6c226c69012503e2ebe46ac0f13512689bd37d6cf9ee838a1') +sha256sums=('437888b27206f526827ee7a4c57c1c167a36483b0445232e07fb7bb7ee854b42') build() { cd "$srcdir/$pkgname" |