WIP: user/firefly-iii: upgrade to 6.0.30 #306
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
|
||||
pkgname=firefly-iii
|
||||
pkgver=5.7.18
|
||||
pkgver=6.0.30
|
||||
pkgrel=0
|
||||
pkgdesc="PHP personal finances manager"
|
||||
arch="noarch"
|
||||
|
@ -13,7 +13,7 @@ _php=php82
|
|||
_php_mods="-intl -curl -bcmath -zip -gd -xml -mbstring -ldap -session -fileinfo -simplexml -sodium -tokenizer -xmlwriter -dom -pdo"
|
||||
depends="$_php ${_php_mods//-/$_php-}"
|
||||
makedepends="composer"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/firefly-iii/firefly-iii/archive/$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/firefly-iii/firefly-iii/archive/v$pkgver.tar.gz"
|
||||
pkgusers="firefly"
|
||||
pkggroups="www-data"
|
||||
|
||||
|
@ -48,5 +48,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
4febc482056d1c635fb674b001442dcaa6d331ce3906aeeac80497b42b38fa1e2393e6b2a0d76da884db15d000c4364d299a11e4d28b2b6ebdeba8fae638a413 firefly-iii-5.7.18.tar.gz
|
||||
d819cfd67b05775aba9f0533182b49b0a8d578a085c406aefe310d08e5ba6140f187bb2cd4f7f5beceb8fabdef357f11b17b71bccbb630cb53cf4a24eac37fa6 firefly-iii-6.0.30.tar.gz
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue