mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gutenberg: update to 0.4.2. (#2430)
This commit is contained in:
parent
fccc7a0447
commit
6944b0e3fb
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gutenberg'
|
# Template file for 'gutenberg'
|
||||||
pkgname=gutenberg
|
pkgname=gutenberg
|
||||||
version=0.4.1
|
version=0.4.2
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo cmake git pkg-config"
|
hostmakedepends="cargo cmake git pkg-config"
|
||||||
makedepends="libressl-devel libsass-devel"
|
makedepends="libressl-devel libsass-devel"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Fast opinionated static site generator written in rust"
|
||||||
maintainer="Carson Page <pagem.carson@gmail.com>"
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.getgutenberg.io/"
|
homepage="https://www.getgutenberg.io/"
|
||||||
|
changelog="https://raw.githubusercontent.com/Keats/gutenberg/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Keats/gutenberg/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Keats/gutenberg/archive/v${version}.tar.gz"
|
||||||
checksum=62ece15697dce61d3b31e250eb26d41f4449a61fe0d3457f244343b278f63506
|
checksum=8d3fb9972a17f6fa8a7830c8d129a7d587f0bbfc36f5351dc4c9e44f46aa4e2d
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue