summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2018-06-19 13:54:49 +0200
committerThomas Sarboni2018-06-19 13:54:49 +0200
commit647e453bdf68f5331ca67613b4ea8738cf705ccc (patch)
tree436d806090805face7e3627e0ee9c949bb688533
parent829dfe7aa4f8f1e9032566d06d47987fd3007d04 (diff)
downloadaur-647e453bdf68f5331ca67613b4ea8738cf705ccc.tar.gz
Updated to 3.8.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e29af482f8..50f89372f6cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Jun 19 11:54:34 UTC 2018
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 3.8.7
+ pkgver = 3.8.8
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -17,10 +19,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/3.8.7/ampache-3.8.7_all.zip
+ source = https://github.com/ampache/ampache/releases/download/3.8.8/ampache-3.8.8_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 1327d384e10df6b6de0232ecddb0fe1ba9feb952107e47cfe37d2f0c15cdba34
+ sha256sums = 1e99785dcc5a5b0ca364bb670103be1c2b8cd6cb753bee2309faa34d424a01d6
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index c49c344b5bae..9a4854e97755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=3.8.7
+pkgver=3.8.8
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ _sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('1327d384e10df6b6de0232ecddb0fe1ba9feb952107e47cfe37d2f0c15cdba34'
+sha256sums=('1e99785dcc5a5b0ca364bb670103be1c2b8cd6cb753bee2309faa34d424a01d6'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)