mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
bump version to 8.61.3
This commit is contained in:
parent
23d636b554
commit
126b6fb47f
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.60.2
|
||||
pkgver = 8.61.3
|
||||
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.60.2.phar::https://cecil.app/download/8.60.2/cecil.phar
|
||||
sha256sums = a979be61ffbb920b65bf175e7fb1e722f87b717f3517c69394f9a4db084108dd
|
||||
source = cecil-8.61.3.phar::https://cecil.app/download/8.61.3/cecil.phar
|
||||
sha256sums = 6817521bff4ac983b3aff649d7fe67c3107ab7e87962011db20d24525b5adc0a
|
||||
|
||||
pkgname = cecil-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainers: Théo Le Calvar <tlc@kher.nl>
|
||||
pkgname=cecil-bin
|
||||
pkgver=8.60.2
|
||||
pkgver=8.61.3
|
||||
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=('a979be61ffbb920b65bf175e7fb1e722f87b717f3517c69394f9a4db084108dd')
|
||||
sha256sums=('6817521bff4ac983b3aff649d7fe67c3107ab7e87962011db20d24525b5adc0a')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/bin/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue