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 e3d38277452e..e350ad3147ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 22:50:18 UTC 2016
+# Tue Sep 20 10:58:19 UTC 2016
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 18.9.0
+ pkgver = 18.10.0
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -22,8 +22,8 @@ pkgbase = itch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v18.9.0.tar.gz
- sha256sums = ea1baba16a2cf392b41ea73eee6cf56edd4019c8924f9eb25d13e1a56157d3c1
+ source = https://github.com/itchio/itch/archive/v18.10.0.tar.gz
+ sha256sums = 20ecef466780645b159ed339c485fcdce5688b61fc2108595de9db8c85af56aa
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 3bc3d6efbdf4..71c3864f4185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=18.9.0
+pkgver=18.10.0
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=('ea1baba16a2cf392b41ea73eee6cf56edd4019c8924f9eb25d13e1a56157d3c1')
+sha256sums=('20ecef466780645b159ed339c485fcdce5688b61fc2108595de9db8c85af56aa')
[ "$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="v18.9.0"
+ export CI_BUILD_TAG="v18.10.0"
export CI_CHANNEL="stable"
release/ci-compile.js