summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-04-22 12:53:42 -0400
committerBoBeR1822022-04-22 12:53:42 -0400
commit01a8dcf8b4bc6f18d7f99300d7362ba1a160256c (patch)
tree0888014a9a4a0abd290ef777d9b227a70acc1c9b
parente75aeb9de908fefd89deb6255647585e2861c884 (diff)
downloadaur-01a8dcf8b4bc6f18d7f99300d7362ba1a160256c.tar.gz
Update to version 5.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea5791bbcf37..e815efb6a7e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 5.3.0
+ pkgver = 5.3.1
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -16,7 +16,7 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/5.3.0/ampache-5.3.0_all_squashed_php8.0.zip
+ source = https://github.com/ampache/ampache/releases/download/5.3.1/ampache-5.3.1_all_squashed_php8.0.zip
source = nginx-example.conf
source = ampache.install
sha256sums = ed4b9d5a7708c88011c8fceafa124072e58504d829caacdfa38b31a2f81c2546
diff --git a/PKGBUILD b/PKGBUILD
index acc25a0fdd01..551f797bda60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: BoBeR182 <aur AT nullvoid DOT me>
#Contributor: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
@@ -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=('ed4b9d5a7708c88011c8fceafa124072e58504d829caacdfa38b31a2f81c2546'
+sha256sums=('c59b0dfa4fa82f395966a4ee85887e83cd1969b84718c0050665b453f919fde2'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)