summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-05-09 01:17:28 -0400
committerBoBeR1822022-05-09 01:17:28 -0400
commit25d389b4b20bb07699c4b2aa49429e9bfc45892e (patch)
tree34bd96aa963cb52a09fa2ce9116386e830747c19
parent22b83b863636a7f8caf7b0bc2282a3de47cc1cc0 (diff)
downloadaur-25d389b4b20bb07699c4b2aa49429e9bfc45892e.tar.gz
Bump to version 5.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ddb2d594bb2..aad4d79d3a4d 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.2
+ pkgver = 5.3.3
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -16,10 +16,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/5.3.2/ampache-5.3.2_all_squashed_php8.0.zip
+ source = https://github.com/ampache/ampache/releases/download/5.3.3/ampache-5.3.3_all_squashed_php8.0.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 204c8a6faac4ef5e350440cbd2f93f665af53977d478e50881ca6b02a99b95d7
+ sha256sums = 519a1ec496124914c2ee975ed73ce5c52001b1dc6618c176a941b967378f0b7c
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index ef9b8ae7098d..65a436dd16bf 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.2
+pkgver=5.3.3
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=('204c8a6faac4ef5e350440cbd2f93f665af53977d478e50881ca6b02a99b95d7'
+sha256sums=('519a1ec496124914c2ee975ed73ce5c52001b1dc6618c176a941b967378f0b7c'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)