mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
bump version to 8.55.16
This commit is contained in:
parent
b2ec4bb580
commit
1ea48e5b2e
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cecil-bin
|
||||
pkgdesc = Static site generator
|
||||
pkgver = 8.55.14
|
||||
pkgver = 8.55.16
|
||||
pkgrel = 1
|
||||
url = https://cecil.app/
|
||||
install = cecil-bin.install
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = cecil-bin
|
|||
depends = php-gd
|
||||
options = !strip
|
||||
options = staticlibs
|
||||
source = cecil-8.55.14.phar::https://cecil.app/download/8.55.14/cecil.phar
|
||||
sha256sums = c9d369b334a34de52273315035b7fe6c69d8c605bfaa43dbf98413dbe9b0537b
|
||||
source = cecil-8.55.16.phar::https://cecil.app/download/8.55.16/cecil.phar
|
||||
sha256sums = cb2f6e405da9d4b2bb829ac8e25c9eb093bddc6a63ce7ea59a7b382d6242ce6b
|
||||
|
||||
pkgname = cecil-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainers: Théo Le Calvar <tlc@kher.nl>
|
||||
pkgname=cecil-bin
|
||||
pkgver=8.55.14
|
||||
pkgver=8.55.16
|
||||
pkgrel=1
|
||||
pkgdesc="Static site generator"
|
||||
url="https://cecil.app/"
|
||||
|
|
@ -20,7 +20,7 @@ DLAGENTS=("https::/usr/bin/curl \
|
|||
)
|
||||
|
||||
source=("${_pkgsrc_file}"::"${_pkgsrc_url}")
|
||||
sha256sums=('c9d369b334a34de52273315035b7fe6c69d8c605bfaa43dbf98413dbe9b0537b')
|
||||
sha256sums=('cb2f6e405da9d4b2bb829ac8e25c9eb093bddc6a63ce7ea59a7b382d6242ce6b')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/bin/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue