diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-02-08 16:09:26 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-02-08 16:09:26 +0100 |
commit | fc25c2cdbe9700008eeb27c63bf3fb2f9b97065b (patch) | |
tree | 2d0a7226acd06662e93e466d651465bdbbc3a8c8 /main | |
parent | d252666e4a4505bc38ca71021e92c5fa53403cc8 (diff) | |
download | aports-fc25c2cdbe9700008eeb27c63bf3fb2f9b97065b.tar.bz2 aports-fc25c2cdbe9700008eeb27c63bf3fb2f9b97065b.tar.xz |
main/xbmc-pvr-addons: rebuild against boost 1.55.0
Diffstat (limited to 'main')
-rw-r--r-- | main/xbmc-pvr-addons/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/xbmc-pvr-addons/APKBUILD b/main/xbmc-pvr-addons/APKBUILD index dc20f3100..79a1d5f47 100644 --- a/main/xbmc-pvr-addons/APKBUILD +++ b/main/xbmc-pvr-addons/APKBUILD @@ -3,7 +3,7 @@ pkgname=xbmc-pvr-addons pkgver=12.0 _realver=$pkgver-Frodo -pkgrel=3 +pkgrel=4 pkgdesc="XBMC PVR add-ons" url="https://github.com/opdenkamp/xbmc-pvr-addons" arch="all" @@ -77,3 +77,5 @@ vuplus() { _mv_addon pvr.vuplus; } mythtv() { _mv_addon pvr.mythtv.cmyth; } md5sums="4a1020b1a890e26505da7cc9afef1cea xbmc-pvr-addons-12.0.tar.gz" +sha256sums="6a580bccda532369ce7b08319fc93341ca4e9b111b7b63e707d4c6fa8a3c5ee0 xbmc-pvr-addons-12.0.tar.gz" +sha512sums="91c8680263f4b48e02dd9fd6850d3396e00a601421c5fe08ae9d76feabdaa819beb4c253cf47e11290d89c2eaaf6eabfb2145b452cbce23e1995d794c65a492e xbmc-pvr-addons-12.0.tar.gz" |