summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2022-09-22 16:45:54 +0200
committerfrostworx2022-09-22 16:45:54 +0200
commitd280991650208af6bcf14200c269c92a44bbb02e (patch)
treeb3d33d4fb247145c3a0ed877d8ff1da4e3491cd5
parent054ebf1ca421c602b91f5eb3eee51b2c3837ec2e (diff)
downloadaur-d280991650208af6bcf14200c269c92a44bbb02e.tar.gz
update to 11.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa17c399f0b..c47bcfe1307d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 11.0
+ pkgver = 11.11
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -40,7 +40,7 @@ pkgbase = steamtinkerlaunch
optdepends = pev: optional for extracting data from the game exe
optdepends = gdb: optional for starting the game under the debugger gdb
optdepends = xdg-utils: optional for opening game paths
- source = steamtinkerlaunch-11.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v11.0.tar.gz
- sha256sums = 9337bf239a00c7fe1ccc53b33311391f8bb47b1865d8bbff8b964ade557537b4
+ source = steamtinkerlaunch-11.11.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v11.11.tar.gz
+ sha256sums = 1e7f9d52753ff9203ddcd69461e6160530dba03747ecfb2a15d7e5dd435d34c4
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index b6de5119925e..0088a26a0fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=steamtinkerlaunch
-pkgver=11.0
+pkgver=11.11
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('4a178cce658c51f6b4b77cd0d078485bcf6793db0ff7393b3c6ec35e14762e87')
+sha256sums=('1e7f9d52753ff9203ddcd69461e6160530dba03747ecfb2a15d7e5dd435d34c4')
package() {
cd "$srcdir/$pkgname-${pkgver}"