summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d206c07e9e22..88a7417b3c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -24,8 +24,8 @@ pkgbase = steamtinkerlaunch
optdepends = boxtron: for optional Boxtron support
optdepends = scummvm: for optional ScummVM support via Roberta
optdepends = wine: for optional Vortex Mod Manager support
- source = steamtinkerlaunch-1.4.1.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v1.4.1.tar.gz
- sha256sums = 410b38fc4e9458d110f5abba6915eb0c8f97e16686dfe6d035ebefd0e7909997
+ source = steamtinkerlaunch-1.4.2.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v1.4.2.tar.gz
+ sha256sums = dc8e2019c869c1cf8c2ceded6db9151755b63aa7ea966f98283cb65fe5872c07
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 5eb2dec4fab0..fdf4c2d2525e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('410b38fc4e9458d110f5abba6915eb0c8f97e16686dfe6d035ebefd0e7909997')
+sha256sums=('dc8e2019c869c1cf8c2ceded6db9151755b63aa7ea966f98283cb65fe5872c07')
package() {
cd "$srcdir/$pkgname-${pkgver}"