mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
bump relearn to 8.69.1
This commit is contained in:
parent
b3e014bac7
commit
d123d1becc
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.68.0
|
||||
pkgver = 8.69.1
|
||||
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.68.0.phar::https://cecil.app/download/8.68.0/cecil.phar
|
||||
sha256sums = 4df18eb797748ee20c1d9eb578c7c8221ddaa50b54a5fb66f62b7adc1ae46b25
|
||||
source = cecil-8.69.1.phar::https://cecil.app/download/8.69.1/cecil.phar
|
||||
sha256sums = 97469c14666c215ba626a9e13ab2f0466485bc7d87790fd8e1a268f0355f0277
|
||||
|
||||
pkgname = cecil-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainers: Théo Le Calvar <tlc@kher.nl>
|
||||
pkgname=cecil-bin
|
||||
pkgver=8.68.0
|
||||
pkgver=8.69.1
|
||||
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=('4df18eb797748ee20c1d9eb578c7c8221ddaa50b54a5fb66f62b7adc1ae46b25')
|
||||
sha256sums=('97469c14666c215ba626a9e13ab2f0466485bc7d87790fd8e1a268f0355f0277')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/bin/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue