summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-10-17 12:42:51 +0200
committerfrostworx2020-10-17 12:42:51 +0200
commit13235602ce794d65206bf9718fadbbdd2044ffde (patch)
tree24295557860b109e4b458c5177dbb09f7a0a57b6
parente0b8b7efe291e01d780bb0afc6a61136a34d827d (diff)
downloadaur-13235602ce794d65206bf9718fadbbdd2044ffde.tar.gz
update to 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14aacda08418..9f070108a111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
@@ -33,8 +33,8 @@ pkgbase = steamtinkerlaunch
optdepends = zenity: optional for the Editor Dialog
optdepends = cabextract: optional for extracting the wmp10 setup archive
optdepends = usbutils: optional for a quick VR HMD presence check
- source = steamtinkerlaunch-2.4.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.4.0.tar.gz
- sha256sums = 306b7c1a3fe2bc83150375211fe315fa619f086d6b8b5d9c9310165bb0e76ddf
+ source = steamtinkerlaunch-2.4.1.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.4.1.tar.gz
+ sha256sums = e050ba5952946e14eb63eb4ca0f628516e8ef68592cc0d466bd4b3189429509d
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index da35a0ef4298..d87222df6f0c 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=2.4.0
+pkgver=2.4.1
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=('306b7c1a3fe2bc83150375211fe315fa619f086d6b8b5d9c9310165bb0e76ddf')
+sha256sums=('e050ba5952946e14eb63eb4ca0f628516e8ef68592cc0d466bd4b3189429509d')
package() {
cd "$srcdir/$pkgname-${pkgver}"