summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2017-09-29 16:16:11 +0000
committerAmos Wenger2017-09-29 16:16:11 +0000
commit2ff53eedbaac8d2c1c58b941a008bd3d6925b00f (patch)
tree8433fa5c884f2b450a3a464ec0a7de801a0cb532
parentcd075a392c7c4dcc863c0c2e66411fb719cc4b07 (diff)
downloadaur-2ff53eedbaac8d2c1c58b941a008bd3d6925b00f.tar.gz
:arrow_up: v24.6.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 259ff22865f9..d763909f22fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 25 18:17:10 UTC 2017
+# Fri Sep 29 16:16:11 UTC 2017
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 24.5.0
+ pkgver = 24.6.0
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.5.0-canary.tar.gz
- sha256sums = ab4ff2570fceae66ed331127997266c2269798ab9e31040ed287c6c7c8969856
+ source = https://github.com/itchio/itch/archive/v24.6.0-canary.tar.gz
+ sha256sums = 15e28015a085445b0b3c634fbf307d8c4afa1525e43b711045fef817247bf4f3
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index d4ee0b77b666..3bd423174fe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=24.5.0
+pkgver=24.6.0
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=('ab4ff2570fceae66ed331127997266c2269798ab9e31040ed287c6c7c8969856')
+sha256sums=('15e28015a085445b0b3c634fbf307d8c4afa1525e43b711045fef817247bf4f3')
[ "$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.5.0-canary"
+ export CI_BUILD_TAG="v24.6.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js