summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-08-01 03:01:35 -0400
committerBoBeR1822022-08-01 03:01:35 -0400
commite1299f5617e00a42c024b81298cb511336e446ca (patch)
tree571b8d3a9508ea537e5a0a802f3b2a8766a40850
parent3b7601cd55434e98c9aa35971170dc216492279b (diff)
downloadaur-e1299f5617e00a42c024b81298cb511336e446ca.tar.gz
Release 5.4.1 checksum fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad0d0b9cf30..9808cdb475dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
pkgver = 5.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.ampache.org/
install = ampache.install
arch = any
@@ -19,7 +19,7 @@ pkgbase = ampache
source = https://github.com/ampache/ampache/releases/download/5.4.1/ampache-5.4.1_all_squashed_php8.0.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = c75b3583097173ef25385dac02b8d75a50fe24aa0e71656a0a91cc84f18040e1
+ sha256sums = 19a284a9b251ec7d5da8420e58d8f850f74f7458e22c9b5ad8eb2c7475caba73
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 9d6ba4557526..fd3aa6a3ddd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#Contributor: max-k <max-k AT post DOT com>
pkgname=ampache
pkgver=5.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
url="http://www.ampache.org/"
@@ -19,7 +19,7 @@ _sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all_squashed_php8.0.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('c75b3583097173ef25385dac02b8d75a50fe24aa0e71656a0a91cc84f18040e1'
+sha256sums=('19a284a9b251ec7d5da8420e58d8f850f74f7458e22c9b5ad8eb2c7475caba73'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)