mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 20:43:47 +01:00
bump version to 8.55.10
This commit is contained in:
parent
8ae1c20244
commit
06533f71d9
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.53.6
|
||||
pkgver = 8.55.10
|
||||
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.53.6.phar::https://cecil.app/download/8.53.6/cecil.phar
|
||||
sha256sums = 70f4620b5345b09c7f012b3c2c97fb9930ed15a2a8748109d25751c6acf45c44
|
||||
source = cecil-8.55.10.phar::https://cecil.app/download/8.55.10/cecil.phar
|
||||
sha256sums = f624faab9e17abf450f4cd7510cdb12f46665628ae4f51128aeb8509b978250f
|
||||
|
||||
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.6
|
||||
pkgver=8.55.10
|
||||
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=('5c34115839dc2e14f9b9a24808b91587542815bbb315fcbabd7e7dcf18c91a5b')
|
||||
sha256sums=('f624faab9e17abf450f4cd7510cdb12f46665628ae4f51128aeb8509b978250f')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/bin/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue