summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-05-26 09:25:25 +0000
committerAmos Wenger2016-05-26 09:25:25 +0000
commit033d17076a07cf08a3b6a7f052ef84f036c6e39e (patch)
treec19357c719736d52b8b6f2ae5d086655e1a1135c
parentfb0847a484cd8d35257cde6e5285bd3971008955 (diff)
downloadaur-033d17076a07cf08a3b6a7f052ef84f036c6e39e.tar.gz
:arrow_up: v17.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38a05d4edb02..8ed5b0706c8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 14 11:13:28 UTC 2016
+# Thu May 26 09:25:24 UTC 2016
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 17.6.0
+ pkgver = 17.6.1
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -24,8 +24,8 @@ pkgbase = itch
depends = gtk-update-icon-cache
depends = p7zip
options = !strip
- source = https://github.com/itchio/itch/archive/v17.6.0.tar.gz
- sha256sums = e34a6dc8128dfaf7ce68b001444c5c4d53a9f8b4912d9bd586450ae2d0bd7a6f
+ source = https://github.com/itchio/itch/archive/v17.6.1.tar.gz
+ sha256sums = 22a15f268e35bfeaa238c072388355a62b40c4240bf9c71c474507ff8a8bc998
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 31c0cd35038a..714fda233bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=17.6.0
+pkgver=17.6.1
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -17,7 +17,7 @@ install="itch.install"
# sic. - source is in itch repo, kitch is a dummy repo for canary-channel github releases
source=("https://github.com/itchio/itch/archive/v${pkgver}.tar.gz")
-sha256sums=('e34a6dc8128dfaf7ce68b001444c5c4d53a9f8b4912d9bd586450ae2d0bd7a6f')
+sha256sums=('22a15f268e35bfeaa238c072388355a62b40c4240bf9c71c474507ff8a8bc998')
[ "$CARCH" = "i686" ] && _ELECTRON_ARCH=ia32; _ITCH_ARCH=i386
[ "$CARCH" = "x86_64" ] && _ELECTRON_ARCH=x64; _ITCH_ARCH=amd64
@@ -34,7 +34,7 @@ prepare() {
build() {
cd "${srcdir}/itch-${pkgver}"
- export CI_BUILD_TAG="v17.6.0"
+ export CI_BUILD_TAG="v17.6.1"
export CI_CHANNEL="stable"
release/ci-compile.rb