diff options
author | Rubin Simons | 2024-10-13 22:21:12 +0200 |
---|---|---|
committer | Rubin Simons | 2024-10-13 22:21:12 +0200 |
commit | 0f612b1360f4a224214ddefb4ac3a9bc11f35511 (patch) | |
tree | 46e0941af36f93e5948789e42e19a9f4ebf458cb | |
parent | 0da971595b886ed6c47dc1b8fb7d7c2731f3531d (diff) | |
download | aur-0f612b1360f4a224214ddefb4ac3a9bc11f35511.tar.gz |
Updated to 3.19.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = pupdate-bin pkgdesc = Pupdate, a thing for updating your Analogue Pocket, binary release - pkgver = 3.18.0 + pkgver = 3.19.0 pkgrel = 1 url = https://mattpannella.github.io/pupdate arch = x86_64 license = Apache provides = pupdate options = !strip - source = https://github.com/mattpannella/pupdate/releases/download/3.18.0/pupdate_linux.zip - sha256sums = b1daafa7357e5d38dc215d5ec6847913baf16ea5586aad28b1e21aecbea79e5c + source = https://github.com/mattpannella/pupdate/releases/download/3.19.0/pupdate_linux.zip + sha256sums = c79fe03ace02fde42c257b221df8713ccd4d64398bb848f1da89d8c5305752ff pkgname = pupdate-bin @@ -1,7 +1,7 @@ # Maintainer: Rubin Simons <me@rubin55.org> pkgname=pupdate-bin -pkgver=3.18.0 +pkgver=3.19.0 pkgrel=1 pkgdesc=" Pupdate, a thing for updating your Analogue Pocket, binary release" provides=("pupdate") @@ -13,7 +13,7 @@ source=( "https://github.com/mattpannella/pupdate/releases/download/${pkgver}/pupdate_linux.zip" ) -sha256sums=('b1daafa7357e5d38dc215d5ec6847913baf16ea5586aad28b1e21aecbea79e5c') +sha256sums=('c79fe03ace02fde42c257b221df8713ccd4d64398bb848f1da89d8c5305752ff') options=("!strip") |