summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2018-02-16 12:39:29 +0000
committerAmos Wenger2018-02-16 12:39:29 +0000
commit1b49f02814e2d5ab33b55292fad132387d60b60c (patch)
tree26c81d1a064f23e6a834cba41d8354adc9fba607
parent1191d139f9e48ba5729eea204bb68e8efc70d900 (diff)
downloadaur-1b49f02814e2d5ab33b55292fad132387d60b60c.tar.gz
:arrow_up: v24.12.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2ac4ac79cc5..6193928cab87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 16 11:58:22 UTC 2018
+# Fri Feb 16 12:39:29 UTC 2018
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 24.11.0
+ pkgver = 24.12.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.11.0-canary.tar.gz
- sha256sums = 780e6ee3b1c45185df1e585390bf8e822e274819a81d0e2d2f0106cd25fd5b63
+ source = https://github.com/itchio/itch/archive/v24.12.0-canary.tar.gz
+ sha256sums = 5f4f98f46c3430e302378d7832df1fc7fa48db14c3403a1a6fdf170ae23ace25
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 031c8925bf96..a78b263c6c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=24.11.0
+pkgver=24.12.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=('780e6ee3b1c45185df1e585390bf8e822e274819a81d0e2d2f0106cd25fd5b63')
+sha256sums=('5f4f98f46c3430e302378d7832df1fc7fa48db14c3403a1a6fdf170ae23ace25')
[ "$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.11.0-canary"
+ export CI_BUILD_TAG="v24.12.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js