summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-03-18 15:51:35 +0000
committerGrey Christoforo2018-03-18 15:51:35 +0000
commit77ad667d011f8151b0c8fbd1aa34d35bf8078958 (patch)
tree32f38f52a68600eb148148893815d2ddef4e8dab
parent4f05dcc8ea4e91c3672d0096d98b88034039bcb9 (diff)
downloadaur-77ad667d011f8151b0c8fbd1aa34d35bf8078958.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ef789874361..237a9812ce77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libhdhomerun
pkgdesc = Library and command line utility for interfacing with HDHomeRun device
- pkgver = 20170930
+ pkgver = 20171221
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_20170930.tgz
- sha256sums = 0cb392231961fab6c226c69012503e2ebe46ac0f13512689bd37d6cf9ee838a1
+ source = http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz
+ sha256sums = 08e22db43621b96260086a834e7c586cb92aa4b3ec30adf0adf3c7588d527ff8
pkgname = libhdhomerun
diff --git a/PKGBUILD b/PKGBUILD
index 347baa2251c4..b839ffcaf130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=libhdhomerun
-pkgver=20170930
+pkgver=20171221
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=('08e22db43621b96260086a834e7c586cb92aa4b3ec30adf0adf3c7588d527ff8')
build() {
cd "$srcdir/$pkgname"