summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7788d32de8..85c8d6f03f2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 6.2.1
+ pkgver = 6.3.1
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/6.2.1/ampache-6.2.1_all_squashed_php8.2.zip
+ source = https://github.com/ampache/ampache/releases/download/6.3.1/ampache-6.3.1_all_squashed_php8.2.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 748219bb48d6141801dced91d2ffd6e1a24c4bfcde0c121f8729d0558c1dc050
+ sha256sums = 30b9d80ebeb25bd9ab6192e2d3e898fbdd75105f6f05715e47fc9e11579ccb5d
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = bd9bad5e2825dbc203a7f8e478ba44657de559ce6fe4bd6d079089bbe47734db
diff --git a/PKGBUILD b/PKGBUILD
index ad1a33b4143a..0caaf542ff45 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=6.2.1
+pkgver=6.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.2.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('748219bb48d6141801dced91d2ffd6e1a24c4bfcde0c121f8729d0558c1dc050'
+sha256sums=('30b9d80ebeb25bd9ab6192e2d3e898fbdd75105f6f05715e47fc9e11579ccb5d'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'bd9bad5e2825dbc203a7f8e478ba44657de559ce6fe4bd6d079089bbe47734db')
options=(!strip)