summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04c182b244b..343f11bc720b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 23:31:13 UTC 2016
+# Wed Apr 13 18:55:14 UTC 2016
pkgbase = runescape-launcher
pkgdesc = RuneScape Game Client
- pkgver = 2.1.6
+ pkgver = 2.1.9
pkgrel = 1
url = https://www.runescape.com/
install = runescape-launcher.install
@@ -20,8 +20,8 @@ pkgbase = runescape-launcher
conflicts = runescape-launcher-nxt
source = wrapper.sh
sha256sums = d20151c9111a77e753954638eb60f1b4ec0d2c86e173041dcd95bb7b309d5b12
- source_x86_64 = https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.1.6_amd64.deb
- sha256sums_x86_64 = 7bede9e2cbea9be4a09a5e1ab92507d16de072b78c865177760498ddd396ff6a
+ source_x86_64 = https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.1.9_amd64.deb
+ sha256sums_x86_64 = a000faeb8bace9c54e0013c4f2a83fe1867b0a2d141eeccb03e89c28a19da23a
pkgname = runescape-launcher
diff --git a/PKGBUILD b/PKGBUILD
index d156540489f7..c33f24408611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mantas Mikulėnas <grawity@gmail.com>
pkgname=runescape-launcher
-pkgver=2.1.6
+pkgver=2.1.9
pkgrel=1
pkgdesc="RuneScape Game Client"
arch=(x86_64)
@@ -25,7 +25,7 @@ install=$pkgname.install
source=("wrapper.sh")
source_x86_64=("https://content.runescape.com/downloads/ubuntu/pool/non-free/r/$pkgname/${pkgname}_${pkgver}_amd64.deb")
sha256sums=('d20151c9111a77e753954638eb60f1b4ec0d2c86e173041dcd95bb7b309d5b12')
-sha256sums_x86_64=('7bede9e2cbea9be4a09a5e1ab92507d16de072b78c865177760498ddd396ff6a')
+sha256sums_x86_64=('a000faeb8bace9c54e0013c4f2a83fe1867b0a2d141eeccb03e89c28a19da23a')
prepare() {
mkdir -p "$srcdir/$pkgname-$pkgver"