summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2017-09-14 22:23:07 +0000
committerAmos Wenger2017-09-14 22:23:07 +0000
commit008eab760322efac3d32897ec8c5cb000f1f3fc2 (patch)
tree5be73efc47991fd538593af8a9c12b8f0f8f0200
parent7e1a8bbf15f337ca511e38a668828df840abe389 (diff)
downloadaur-008eab760322efac3d32897ec8c5cb000f1f3fc2.tar.gz
:arrow_up: v24.3.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4627b53f1e6c..9151dfd66c82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 6 13:16:59 UTC 2017
+# Thu Sep 14 22:23:06 UTC 2017
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 24.2.1
+ pkgver = 24.3.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.2.1-canary.tar.gz
- sha256sums = da2098842a7a36c1285c85e8612c927d748c186256aaf65ff7b630a7dc2d3840
+ source = https://github.com/itchio/itch/archive/v24.3.0-canary.tar.gz
+ sha256sums = 387eb859b3567222f2a7de2ccc8682e36021cf97bce5d27e2a29cc1fc4cc70ed
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 0149fa965662..010a37ae988a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=24.2.1
+pkgver=24.3.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=('da2098842a7a36c1285c85e8612c927d748c186256aaf65ff7b630a7dc2d3840')
+sha256sums=('387eb859b3567222f2a7de2ccc8682e36021cf97bce5d27e2a29cc1fc4cc70ed')
[ "$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.1-canary"
+ export CI_BUILD_TAG="v24.3.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js