summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2024-03-04 01:58:54 -0500
committerAdam Goldsmith2024-03-04 01:58:54 -0500
commit70f9f7b14b5f53b05428bbd48fbc02c06f0eb561 (patch)
tree3f521d18a3667d9b0f886e0c9b715cbbb78db3e8
parente441fea48dd06250dbf55668cd59c0e39ce1f1b7 (diff)
downloadaur-70f9f7b14b5f53b05428bbd48fbc02c06f0eb561.tar.gz
Bump version to 4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b64a0c3f2d2..bd64d829f950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uhk-agent-appimage
pkgdesc = The configuration application of the Ultimate Hacking Keyboard.
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/UltimateHackingKeyboard/agent
install = uhk-agent-appimage.install
@@ -11,10 +11,10 @@ pkgbase = uhk-agent-appimage
depends = dbus-glib
depends = gtk2
options = !strip
- source = https://github.com/UltimateHackingKeyboard/agent/releases/download/v4.0.0/UHK.Agent-4.0.0-linux-x86_64.AppImage
+ source = https://github.com/UltimateHackingKeyboard/agent/releases/download/v4.0.1/UHK.Agent-4.0.1-linux-x86_64.AppImage
source = uhk-agent.desktop.patch
source = uhk-agent.sh
- sha256sums = 55fd35380344e66a30ee8826ccf834709830d1f034d831794aa678f67f716b95
+ sha256sums = e0df818e594830afdd5072fbc847a280e5483b627225da9958660ea1904ca068
sha256sums = 4c4b3b0a8c6313355c0afdd9a8a9509fd00f6e53ec44d623fd35adce598fd400
sha256sums = a82c8fdf2dcdfdd0a7cc92552451007fb6dd2abe8e7720126add3ee0b8156423
diff --git a/PKGBUILD b/PKGBUILD
index df581098eddd..81b8904f0016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=uhk-agent-appimage
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="The configuration application of the Ultimate Hacking Keyboard."
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=(libusb fuse2 dbus-glib gtk2)
source=("https://github.com/UltimateHackingKeyboard/agent/releases/download/v${pkgver}/UHK.Agent-${pkgver}-linux-x86_64.AppImage"
uhk-agent.desktop.patch
uhk-agent.sh)
-sha256sums=('55fd35380344e66a30ee8826ccf834709830d1f034d831794aa678f67f716b95'
+sha256sums=('e0df818e594830afdd5072fbc847a280e5483b627225da9958660ea1904ca068'
'4c4b3b0a8c6313355c0afdd9a8a9509fd00f6e53ec44d623fd35adce598fd400'
'a82c8fdf2dcdfdd0a7cc92552451007fb6dd2abe8e7720126add3ee0b8156423')
options=(!strip)