diff options
author | Adam Goldsmith | 2023-07-26 12:20:43 -0400 |
---|---|---|
committer | Adam Goldsmith | 2023-07-26 12:20:43 -0400 |
commit | 37bad43bb0b3b4be134026544f60f9cb40dd356b (patch) | |
tree | 54d68705f30a4c784c0c4c2e76b690e271546762 | |
parent | 5930bde282ce597aaa08aa868d005616e1ade404 (diff) | |
download | aur-37bad43bb0b3b4be134026544f60f9cb40dd356b.tar.gz |
Bump version to 3.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 = 3.0.0 + pkgver = 3.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/v3.0.0/UHK.Agent-3.0.0-linux-x86_64.AppImage + source = https://github.com/UltimateHackingKeyboard/agent/releases/download/v3.0.1/UHK.Agent-3.0.1-linux-x86_64.AppImage source = uhk-agent.desktop.patch source = uhk-agent.sh - sha256sums = a11755da96d49571ea0440f9d5384b752e24c8bb92017c4599e48ba026c21942 + sha256sums = 4d7ee62fa0560191d9d96f7f06778eb75bf1b76b250b62efe9e1563c0812d9af sha256sums = 4c4b3b0a8c6313355c0afdd9a8a9509fd00f6e53ec44d623fd35adce598fd400 sha256sums = a82c8fdf2dcdfdd0a7cc92552451007fb6dd2abe8e7720126add3ee0b8156423 @@ -1,7 +1,7 @@ # Maintainer: Adam Goldsmith <contact@adamgoldsmith.name> pkgname=uhk-agent-appimage -pkgver=3.0.0 +pkgver=3.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=('a11755da96d49571ea0440f9d5384b752e24c8bb92017c4599e48ba026c21942' +sha256sums=('4d7ee62fa0560191d9d96f7f06778eb75bf1b76b250b62efe9e1563c0812d9af' '4c4b3b0a8c6313355c0afdd9a8a9509fd00f6e53ec44d623fd35adce598fd400' 'a82c8fdf2dcdfdd0a7cc92552451007fb6dd2abe8e7720126add3ee0b8156423') options=(!strip) |