summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-10-11 15:53:43 -0500
committerHurricanePootis2024-10-11 15:53:43 -0500
commit9190a69efd3cdfa3d28136cda6d06d9f3404c0e4 (patch)
tree8089fb3f47b62e9d426f5ca820181b5337bf4ad1
parent19da2b67e3417eccf059a5e692fbabe4ef9aec29 (diff)
downloadaur-9190a69efd3cdfa3d28136cda6d06d9f3404c0e4.tar.gz
upgpkg: 1.9.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdb1a7e6571b..30b2654def6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = honkers-launcher
pkgdesc = Honkers launcher for Linux with automatic patching and telemetry disabling
- pkgver = 1.8.1
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/an-anime-team/honkers-launcher
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = honkers-launcher
optdepends = mangohud: FPS Overlay
optdepends = gamescope: Micro-Compositor
optdepends = gamemode: CPU Scaling Control
- source = https://github.com/an-anime-team/honkers-launcher/archive/refs/tags/1.8.1.tar.gz
- sha256sums = ca876647d2eeaa96b823acc82fb4afbe7659809acdda5d9cc5bbd485e1acd881
+ source = https://github.com/an-anime-team/honkers-launcher/archive/refs/tags/1.9.0.tar.gz
+ sha256sums = ca87d15e318516078af78f41a306ec7d850bd545cf9c448376767a7d21e53c12
pkgname = honkers-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 4ba402d86ba7..f1df179a99ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=honkers-launcher
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="Honkers launcher for Linux with automatic patching and telemetry disabling"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=(
'gamescope: Micro-Compositor'
'gamemode: CPU Scaling Control')
source=("$url/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('ca876647d2eeaa96b823acc82fb4afbe7659809acdda5d9cc5bbd485e1acd881')
+sha256sums=('ca87d15e318516078af78f41a306ec7d850bd545cf9c448376767a7d21e53c12')
prepare() {
cd "$srcdir/$pkgname-$pkgver"