summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2015-11-27 20:55:14 +0100
committerValHue2015-11-27 20:55:14 +0100
commit809025e66aa2ca00ecdaaeb083c83f7da3981b32 (patch)
treec280aabd2987fb6210cc456381704c661eeb9177
parent5e945a9dbc8049a28584037688a0e0a995cc5421 (diff)
downloadaur-809025e66aa2ca00ecdaaeb083c83f7da3981b32.tar.gz
Update to 1.2.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c01068ae862..75181c7dfefe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osmc-installer-bin
pkgdesc = OSMC Installer allows you to install OSMC on a variety of devices.
- pkgver = 1.1.1
- pkgrel = 3
+ pkgver = 1.2.1
+ pkgrel = 1
url = http://osmc.tv
arch = i686
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = osmc-installer-bin
depends = gcc-libs
depends = zlib
provides = osmc-installer
- source_i686 = http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/i386/osmc-installer_111_i386.deb
- sha256sums_i686 = 929e916b7f0c3188c5c4ba6e9481ae798672c1bd979d2629c09c649135afe910
- source_x86_64 = http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/amd64/osmc-installer_111_amd64.deb
- sha256sums_x86_64 = 78a36059d9410615e02f7e35e5da8c35512c63e2ceeb37b0db5e965996e7006c
+ source_i686 = http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/i386/osmc-installer_121_i386.deb
+ sha256sums_i686 = 10744734a796a94155e6ec6dcf5036d85d31e47922743bcb4ba8073ed8a170ff
+ source_x86_64 = http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/amd64/osmc-installer_121_amd64.deb
+ sha256sums_x86_64 = a632e26f984326f3ee78cb5e77ec6d8ae38bcc4b6b258656e2eaef9bc73f6dcd
pkgname = osmc-installer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e3af815c3cd..3e4b955969bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Luigi Ranghetti <ggranga at gmail dot com>
pkgname="osmc-installer-bin"
-pkgver="1.1.1"
-pkgrel="3"
+pkgver="1.2.1"
+pkgrel="1"
pkgdesc="OSMC Installer allows you to install OSMC on a variety of devices."
url="http://osmc.tv"
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ provides=('osmc-installer')
source_i686=("http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/i386/osmc-installer_${pkgver//./}_i386.deb")
source_x86_64=("http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/amd64/osmc-installer_${pkgver//./}_amd64.deb")
-sha256sums_i686=('929e916b7f0c3188c5c4ba6e9481ae798672c1bd979d2629c09c649135afe910')
-sha256sums_x86_64=('78a36059d9410615e02f7e35e5da8c35512c63e2ceeb37b0db5e965996e7006c')
+sha256sums_i686=('10744734a796a94155e6ec6dcf5036d85d31e47922743bcb4ba8073ed8a170ff')
+sha256sums_x86_64=('a632e26f984326f3ee78cb5e77ec6d8ae38bcc4b6b258656e2eaef9bc73f6dcd')
package() {
cd "${srcdir}"