diff options
author | Adam Goldsmith | 2024-03-04 01:58:54 -0500 |
---|---|---|
committer | Adam Goldsmith | 2024-03-04 01:58:54 -0500 |
commit | 70f9f7b14b5f53b05428bbd48fbc02c06f0eb561 (patch) | |
tree | 3f521d18a3667d9b0f886e0c9b715cbbb78db3e8 | |
parent | e441fea48dd06250dbf55668cd59c0e39ce1f1b7 (diff) | |
download | aur-70f9f7b14b5f53b05428bbd48fbc02c06f0eb561.tar.gz |
Bump version to 4.0.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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) |