summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Gomes2018-05-09 20:53:46 +0100
committerMiguel Gomes2018-05-09 20:53:46 +0100
commitd00b4476385e550c84ac31c41ca76887a5776575 (patch)
tree07e345f44de6465c94503a0acf4dbdb1a5d1f561
parentea76602f3d5097086ceef812dd764958a2f94011 (diff)
downloadaur-d00b4476385e550c84ac31c41ca76887a5776575.tar.gz
Updated package to v23.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755cdd471ffc..0cf26671a057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = itch-bin
pkgdesc = The best way to play itch.io games.
- pkgver = 23.6.2
+ pkgver = 23.6.3
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -19,8 +19,8 @@ pkgbase = itch-bin
provides = itch
conflicts = itch
options = !strip
- source = https://github.com/itchio/itch/releases/download/v23.6.2/itch-23.6.2-amd64.tar.xz
- sha256sums = a9faa0fda73d7935b52ec829dccc3e523066f9e6d072232e7cd813e062c015b3
+ source = https://github.com/itchio/itch/releases/download/v23.6.3/itch-23.6.3-amd64.tar.xz
+ sha256sums = d9015929cecf5d68c05b109dc462ee42d457f7e7a5feb8885678fcc355ae8212
pkgname = itch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 39859eb741cf..1ed54db03b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch-bin
-pkgver=23.6.2
+pkgver=23.6.3
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -22,7 +22,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/releases/download/v${pkgver}/itch-${pkgver}-${_ITCH_ARCH}.tar.xz")
-sha256sums=('a9faa0fda73d7935b52ec829dccc3e523066f9e6d072232e7cd813e062c015b3')
+sha256sums=('d9015929cecf5d68c05b109dc462ee42d457f7e7a5feb8885678fcc355ae8212')
prepare() {
basedir=`cd .. && pwd`;