diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-06-12 23:21:47 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-06-12 23:21:47 (GMT) |
commit | 9c49ab4c91f8229f3fce7ddd3b7cf5237305033f (patch) | |
tree | ffb7f65c0cc99c90166a5a122d8ad6122c3bbb67 | |
parent | 4f0d78aff873380a7ebf99e948edfc1811fb1105 (diff) | |
download | linhes_pkgbuild-9c49ab4c91f8229f3fce7ddd3b7cf5237305033f.zip linhes_pkgbuild-9c49ab4c91f8229f3fce7ddd3b7cf5237305033f.tar.gz linhes_pkgbuild-9c49ab4c91f8229f3fce7ddd3b7cf5237305033f.tar.bz2 |
libhdhomerun-20250506
-rw-r--r-- | linhes/libhdhomerun/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/libhdhomerun/PKGBUILD b/linhes/libhdhomerun/PKGBUILD index 1ab1674..74944ce 100644 --- a/linhes/libhdhomerun/PKGBUILD +++ b/linhes/libhdhomerun/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=libhdhomerun -pkgver=20230719 +pkgver=20250506 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=("https://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz") -sha512sums=('da7e8a2a93f60b74103556d1326770243d403844a45fc0583603d8a611946346d4da90cfa6ca239f4f903ac853635b9dd884b5f56af7dff3e4bf230ce700e524') +sha512sums=('6216076924f2b265c03353460cbd23f914b217ac5b8de2ea153be7bdfb2b7ea93926c6f4d956103493274410240905d754d17a7bad209fbc183fa3cf51271478') build() { cd "$srcdir/$pkgname" |