mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ampache: update to 5.6.2, depend on php-runtime virtual package.
This commit is contained in:
parent
994bf077f6
commit
74c91d791d
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ampache'
|
# Template file for 'ampache'
|
||||||
pkgname=ampache
|
pkgname=ampache
|
||||||
version=5.5.1
|
version=5.6.2
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
depends="php8.1 mariadb"
|
depends="virtual?php-runtime"
|
||||||
short_desc="Web-based tool for managing your audio/video files"
|
short_desc="Web-based tool for managing your audio/video files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://ampache.org"
|
homepage="https://ampache.org"
|
||||||
distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all.zip"
|
distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all.zip"
|
||||||
checksum=3e37839058c263be990915759eecab9b5da3ec324638a7ff7d8094516f56a85c
|
checksum=e406ff9de1537c3854ed9fad2ffdf854e193908617f8f409fa5de9036fed0927
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue