summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f5cf3dba08..49386ba99005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 26 13:02:48 UTC 2016
+# Thu May 26 14:52:41 UTC 2016
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 17.6.3
+ pkgver = 17.6.4
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.3.tar.gz
- sha256sums = e8d25b1b8fc05a02e165f135439612258c49a464f0f7bde3de4bfdec37601392
+ source = https://github.com/itchio/itch/archive/v17.6.4.tar.gz
+ sha256sums = b20ff5f3439be708ce47ab41ea05a5517c63f36f2b66d1013ebb7f6ad3540da0
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 4ef2a3529bfe..a9335b600ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=17.6.3
+pkgver=17.6.4
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=('e8d25b1b8fc05a02e165f135439612258c49a464f0f7bde3de4bfdec37601392')
+sha256sums=('b20ff5f3439be708ce47ab41ea05a5517c63f36f2b66d1013ebb7f6ad3540da0')
[ "$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.3"
+ export CI_BUILD_TAG="v17.6.4"
export CI_CHANNEL="stable"
release/ci-compile.rb