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 3ee9941d276a..cbab332474c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 30 09:56:41 UTC 2016
+# Mon May 30 19:41:30 UTC 2016
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 17.6.5
+ pkgver = 17.6.6
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.5.tar.gz
- sha256sums = 6b06eafb6d29466b9a911a2aa9ad8ea775a183ea1b9ede7579662457036cb7ab
+ source = https://github.com/itchio/itch/archive/v17.6.6.tar.gz
+ sha256sums = 5ad926fb9d0c1a5e287a78de41a9ef2bf8135971da01492ed44f37fdf901edeb
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 6e7bd21bda9b..65364d23e9ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=17.6.5
+pkgver=17.6.6
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=('6b06eafb6d29466b9a911a2aa9ad8ea775a183ea1b9ede7579662457036cb7ab')
+sha256sums=('5ad926fb9d0c1a5e287a78de41a9ef2bf8135971da01492ed44f37fdf901edeb')
[ "$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.5"
+ export CI_BUILD_TAG="v17.6.6"
export CI_CHANNEL="stable"
release/ci-compile.rb