summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2018-06-17 11:02:27 +0200
committerThomas Sarboni2018-06-17 11:02:27 +0200
commit829dfe7aa4f8f1e9032566d06d47987fd3007d04 (patch)
tree54ed901b54adfc2581e812ae694c328a2e52e8d5
parent76b5848cc1f0b47e70572b166c5a005fbfd9e12d (diff)
downloadaur-829dfe7aa4f8f1e9032566d06d47987fd3007d04.tar.gz
Updated to 3.8.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7c3e98ff249..54e29af482f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Mar 5 08:29:52 UTC 2018
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 3.8.6
+ pkgver = 3.8.7
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -19,10 +17,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/3.8.6/ampache-3.8.6_all.zip
+ source = https://github.com/ampache/ampache/releases/download/3.8.7/ampache-3.8.7_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = eded3e54c0c90c7ef11e72008b742fb31078469f640b68762c9b3b435fc9918d
+ sha256sums = 1327d384e10df6b6de0232ecddb0fe1ba9feb952107e47cfe37d2f0c15cdba34
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 4a3f7b6fef05..c49c344b5bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=3.8.6
+pkgver=3.8.7
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=('eded3e54c0c90c7ef11e72008b742fb31078469f640b68762c9b3b435fc9918d'
+sha256sums=('1327d384e10df6b6de0232ecddb0fe1ba9feb952107e47cfe37d2f0c15cdba34'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)