summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2017-05-06 22:35:52 +0000
committerAmos Wenger2017-05-06 22:35:52 +0000
commitcaf75df00083e32cec4600bd8b44450058f292c0 (patch)
tree3a9641cf0a004ea946758ad3b03e6aca05edd1be
parenta742558d3998885739ce86bd4948ef9b18c7ffde (diff)
downloadaur-caf75df00083e32cec4600bd8b44450058f292c0.tar.gz
:arrow_up: v23.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa1f20bc7a17..ccbdb2149f6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 26 14:55:14 UTC 2017
+# Sat May 6 22:35:52 UTC 2017
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 23.4.0
+ pkgver = 23.4.1
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -24,8 +24,8 @@ pkgbase = itch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v23.4.0.tar.gz
- sha256sums = 09112435db159fdbe1840f11c776a9c641fd93988ff41a8d8edc1eb2bcb182db
+ source = https://github.com/itchio/itch/archive/v23.4.1.tar.gz
+ sha256sums = 76b48b855bf92b9c3f26c4c370b4867b6f9c404a46d3e957ffa64b63d173c5ba
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 2de4a8504c3b..428e8a129af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=23.4.0
+pkgver=23.4.1
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=('09112435db159fdbe1840f11c776a9c641fd93988ff41a8d8edc1eb2bcb182db')
+sha256sums=('76b48b855bf92b9c3f26c4c370b4867b6f9c404a46d3e957ffa64b63d173c5ba')
[ "$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="v23.4.0"
+ export CI_BUILD_TAG="v23.4.1"
export CI_CHANNEL="stable"
release/ci-compile.js