diff options
author | Rubin Simons | 2024-12-12 17:51:33 +0100 |
---|---|---|
committer | Rubin Simons | 2024-12-12 17:51:33 +0100 |
commit | 22d8e5cf429761a4dcf609c0fd0470df32141a61 (patch) | |
tree | 5c552485b4a625fc4853f7c38df0eb7e2f8d7084 /PKGBUILD | |
parent | a60ff4f54c9b6dba08a20f8c7f2af2e9e55f2bbf (diff) | |
download | aur-22d8e5cf429761a4dcf609c0fd0470df32141a61.tar.gz |
Updated to 4.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Rubin Simons <me@rubin55.org> pkgname=pupdate-bin -pkgver=3.20.0 +pkgver=4.1.4 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=('1b17615e342bd0a7e7b911c742104cf8b9f6b70642e2d2bb9cccbe04170f633c') +sha256sums=('4e90cf6f62cf3fe48b921e9a197e188a1caf0b3fe13e88820d06a7b0f1f28fb9') options=("!strip") |