summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmos Wenger2016-11-27 23:36:51 +0000
committerAmos Wenger2016-11-27 23:36:51 +0000
commitcec265ec647e8108eb640d5e00743d34f69edddc (patch)
treed230c2da4515025053eb4fca24d240bf4543ff74 /PKGBUILD
parente0b82826ea7fa4a1dedc146deab487eda9660f43 (diff)
downloadaur-cec265ec647e8108eb640d5e00743d34f69edddc.tar.gz
:arrow_up: v21.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c87ddce8c2a..a2c065165efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=20.0.2
+pkgver=21.0.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=('809ee54b2833db7727c5d02012e60804848f21f061ad1c9309087c229bebe1e4')
+sha256sums=('1a5a6127d7cb5d8cb98ddb75720ca57b3f8c77146f7ea3ecdbbb30fc633074a9')
[ "$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="v20.0.2"
+ export CI_BUILD_TAG="v21.0.0"
export CI_CHANNEL="stable"
release/ci-compile.js