summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2021-07-27 18:59:30 +0200
committerfrostworx2021-07-27 18:59:30 +0200
commitc02a81668bf891e3a6d1601297848291eb538fa4 (patch)
tree20c85dcd5cfeeae99876d0bdd5aeb9f7298d6782
parent4c92fb375008d604bd273f0176775d5371d3a581 (diff)
downloadaur-c02a81668bf891e3a6d1601297848291eb538fa4.tar.gz
Update to v6.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba484d2d00fc..416f6315476f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 6.10
+ pkgver = 6.13
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -39,7 +39,7 @@ pkgbase = steamtinkerlaunch
optdepends = openssl: optional for generating a random hex string for Non-Steam games
optdepends = imagemagick: optional to scale a custom installed game header picture and for converting game icons
optdepends = appinfo-vdf: optional for converting the binary appinfo.vdf into a parsable format
- source = steamtinkerlaunch-6.10.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v6.10.tar.gz
- sha256sums = f0f20b117f36b289eb950b4fa30753c3610f49ce3c1c39046683ebd8e749faa3
+ source = steamtinkerlaunch-6.13.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v6.13.tar.gz
+ sha256sums = 0c9697ee2cfa264e5c292cb935f9f3b2e3c4dbff64f086955770a323a45f7082
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 5c30b8f4acde..e819e819d711 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=6.10
+pkgver=6.13
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f0f20b117f36b289eb950b4fa30753c3610f49ce3c1c39046683ebd8e749faa3')
+sha256sums=('0c9697ee2cfa264e5c292cb935f9f3b2e3c4dbff64f086955770a323a45f7082')
package() {
cd "$srcdir/$pkgname-${pkgver}"