summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2019-06-30 08:57:55 +0200
committerAlex Mekkering2019-06-30 08:57:55 +0200
commitb4d6b694cf49b6a9df7ad79787f8fd27a91465e2 (patch)
tree179b6dff491148f8d3e68c4f3b1d35865e2add4e
parentbbe4afb89d44a6cc9b8ca53457c0531af49193ec (diff)
downloadaur-b4d6b694cf49b6a9df7ad79787f8fd27a91465e2.tar.gz
Updated to 20190621
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb8223865e2..c35095f23130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libhdhomerun
pkgdesc = Library and command line utility for interfacing with HDHomeRun device
- pkgver = 20180817
+ pkgver = 20190621
pkgrel = 1
url = http://www.silicondust.com/downloads
arch = i686
@@ -12,8 +12,8 @@ pkgbase = libhdhomerun
license = LGPL
optdepends = hdhomerun-firmware-bin: firmware for hdhomerun devices
optdepends = hdhomerun_config_gui: hdhomerun configuration gui
- source = http://download.silicondust.com/hdhomerun/libhdhomerun_20180817.tgz
- sha256sums = 437888b27206f526827ee7a4c57c1c167a36483b0445232e07fb7bb7ee854b42
+ source = http://download.silicondust.com/hdhomerun/libhdhomerun_20190621.tgz
+ sha256sums = 9a60f663b00de5f820bdb85806662e25f22da248b14942e33a8b43a0331f855a
pkgname = libhdhomerun
diff --git a/PKGBUILD b/PKGBUILD
index 8aa590ed8677..9321f382e778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=libhdhomerun
-pkgver=20180817
+pkgver=20190621
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=('437888b27206f526827ee7a4c57c1c167a36483b0445232e07fb7bb7ee854b42')
+sha256sums=('9a60f663b00de5f820bdb85806662e25f22da248b14942e33a8b43a0331f855a')
build() {
cd "$srcdir/$pkgname"