Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 0081851d by Robin Candau at 2026-02-26T10:18:06+01:00 upgpkg: 0.157.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.157.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.156.0 - pkgrel = 2 + pkgver = 0.157.0 + pkgrel = 1 url = https://gohugo.io/ arch = x86_64 license = Apache-2.0 @@ -14,7 +14,7 @@ pkgbase = hugo optdepends = go: required to use the Hugo modules feature optdepends = dart-sass: required to transpile Sass to CSS optdepends = python-docutils: required for reStructuredText support - source = hugo-0.156.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.156.0.tar.gz - sha512sums = 778c33c4ce2a614197e9d9046decc87de1c7de793fbbd615701cf0bab94167126abdcc226de275a0d2e2c2f550f2e7c878a76c984804589bcb7d195fc06747da + source = hugo-0.157.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.157.0.tar.gz + sha512sums = 4570d6bb8aa815cff6708c57dae8ea338dcbfbd2d27913dc9f41c1dcda873b5525dde230e03ba551ac578e3b2c44d6b55bdce98232f79ae7d2e454b33e3e899d pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,8 +6,8 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.156.0 -pkgrel=2 +pkgver=0.157.0 +pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') url="https://gohugo.io/" @@ -19,7 +19,7 @@ optdepends=('git: required to use the Hugo modules feature' 'dart-sass: required to transpile Sass to CSS' 'python-docutils: required for reStructuredText support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('778c33c4ce2a614197e9d9046decc87de1c7de793fbbd615701cf0bab94167126abdcc226de275a0d2e2c2f550f2e7c878a76c984804589bcb7d195fc06747da') +sha512sums=('4570d6bb8aa815cff6708c57dae8ea338dcbfbd2d27913dc9f41c1dcda873b5525dde230e03ba551ac578e3b2c44d6b55bdce98232f79ae7d2e454b33e3e899d') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/0081851de50ecc6721f6c8fc7227be05d262f5c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/0081851de50ecc6721f6c8fc7227be05d262f5c2 You're receiving this email because of your account on gitlab.archlinux.org.
