summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2018-05-08 20:10:29 +0200
committerAlex Mekkering2018-05-08 20:10:29 +0200
commit6bc601e4bd0641297d416275ed6ce54aca61025b (patch)
tree645b13731b875e0588e4b6e52dea5544aa2e204e
parent77ad667d011f8151b0c8fbd1aa34d35bf8078958 (diff)
downloadaur-6bc601e4bd0641297d416275ed6ce54aca61025b.tar.gz
Updated to 20180327
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 237a9812ce77..8a01ab93cd4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libhdhomerun
pkgdesc = Library and command line utility for interfacing with HDHomeRun device
- pkgver = 20171221
+ pkgver = 20180327
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_20171221.tgz
- sha256sums = 08e22db43621b96260086a834e7c586cb92aa4b3ec30adf0adf3c7588d527ff8
+ source = http://download.silicondust.com/hdhomerun/libhdhomerun_20180327.tgz
+ sha256sums = d91fd3782f9a0834242f7110c44067647843602f8e95052045250b7c229ccbd5
pkgname = libhdhomerun
diff --git a/PKGBUILD b/PKGBUILD
index b839ffcaf130..59fb3f9aad0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=libhdhomerun
-pkgver=20171221
+pkgver=20180327
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=('08e22db43621b96260086a834e7c586cb92aa4b3ec30adf0adf3c7588d527ff8')
+sha256sums=('d91fd3782f9a0834242f7110c44067647843602f8e95052045250b7c229ccbd5')
build() {
cd "$srcdir/$pkgname"