summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2017-09-06 13:16:59 +0000
committerAmos Wenger2017-09-06 13:16:59 +0000
commit7e1a8bbf15f337ca511e38a668828df840abe389 (patch)
tree01ca185b4470144293a8ae9defa8f621e4e30424
parentba2cd52dc2dbc50bae53d68af5a033848b43dde9 (diff)
downloadaur-7e1a8bbf15f337ca511e38a668828df840abe389.tar.gz
:arrow_up: v24.2.1-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eed764b0eaf..4627b53f1e6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 28 16:26:20 UTC 2017
+# Wed Sep 6 13:16:59 UTC 2017
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 24.2.0
+ pkgver = 24.2.1
pkgrel = 1
url = https://github.com/itchio/kitch
install = kitch.install
@@ -23,8 +23,8 @@ pkgbase = kitch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v24.2.0-canary.tar.gz
- sha256sums = 85979ad36f4de863e0efb74f45b39062c9b7ea5aeb254e5a9da56899c28eeb0e
+ source = https://github.com/itchio/itch/archive/v24.2.1-canary.tar.gz
+ sha256sums = da2098842a7a36c1285c85e8612c927d748c186256aaf65ff7b630a7dc2d3840
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 01220f6cdd7e..0149fa965662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=24.2.0
+pkgver=24.2.1
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -17,7 +17,7 @@ install="kitch.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}-canary.tar.gz")
-sha256sums=('85979ad36f4de863e0efb74f45b39062c9b7ea5aeb254e5a9da56899c28eeb0e')
+sha256sums=('da2098842a7a36c1285c85e8612c927d748c186256aaf65ff7b630a7dc2d3840')
[ "$CARCH" = "i686" ] && _ELECTRON_ARCH=ia32; _ITCH_ARCH=386
[ "$CARCH" = "x86_64" ] && _ELECTRON_ARCH=x64; _ITCH_ARCH=amd64
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "${srcdir}/itch-${pkgver}-canary"
- export CI_BUILD_TAG="v24.2.0-canary"
+ export CI_BUILD_TAG="v24.2.1-canary"
export CI_CHANNEL="canary"
release/ci-compile.js