summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d991f1b7818..6a3b9b9d7745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=18.6.0
+pkgver=18.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=('4c23cc7649d7bed723417d621621e52664d80deeea333864024984c5ef42a0f7')
+sha256sums=('ee678e91ca4c0cfdd4c39b2e5b2ee9157bab19a3945089290caa51b0bf1bc575')
[ "$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.6.0"
+ export CI_BUILD_TAG="v18.6.1"
export CI_CHANNEL="stable"
release/ci-compile.js