summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-10-16 19:19:05 +0200
committerfrostworx2020-10-16 19:19:05 +0200
commite0b8b7efe291e01d780bb0afc6a61136a34d827d (patch)
tree392dd975e33c72c27748387cac59ad6bef20e92a
parent493c788e3775475b3dea04d703f447e9c1b97a63 (diff)
downloadaur-e0b8b7efe291e01d780bb0afc6a61136a34d827d.tar.gz
update to v2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd532db63c7f..14aacda08418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
- pkgver = 2.3.0
+ pkgver = 2.4.0
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.3.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.3.0.tar.gz
- sha256sums = 8b213a28135357ccdee9d09be49fcc673cb93e01bfd19c496240461829398f60
+ source = steamtinkerlaunch-2.4.0.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.4.0.tar.gz
+ sha256sums = 306b7c1a3fe2bc83150375211fe315fa619f086d6b8b5d9c9310165bb0e76ddf
pkgname = steamtinkerlaunch
diff --git a/PKGBUILD b/PKGBUILD
index 4dbff2e6aee3..da35a0ef4298 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.3.0
+pkgver=2.4.0
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=('8b213a28135357ccdee9d09be49fcc673cb93e01bfd19c496240461829398f60')
+sha256sums=('306b7c1a3fe2bc83150375211fe315fa619f086d6b8b5d9c9310165bb0e76ddf')
package() {
cd "$srcdir/$pkgname-${pkgver}"