Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 769c4c1a by Robin Candau at 2025-01-22T18:48:48+01:00 upgpkg: 0.142.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.142.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.141.0 - pkgrel = 2 + pkgver = 0.142.0 + pkgrel = 1 url = https://gohugo.io/ arch = x86_64 license = Apache-2.0 @@ -10,7 +10,7 @@ pkgbase = hugo depends = glibc depends = gcc-libs optdepends = python-docutils: reStructuredText support - source = hugo-0.141.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.141.0.tar.gz - sha512sums = d78806482a095b3bcd99b17befd69329cca393b3d3e02042dfc96567a6d34e9e48f9aa1a3ef9f5e3b2e24322c1bea8dfdf633b4c3bfeb01a72c139dac7dba68d + source = hugo-0.142.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.142.0.tar.gz + sha512sums = 9b838ef3168fdbcce97a21b4de8a442beb341c416d807ffe713890ca2c6897f9dfa6c76f8db5d1048c59476af62b0234f3da499ea169f0d7edb6c1f4ce634aac pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,8 +6,8 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.141.0 -pkgrel=2 +pkgver=0.142.0 +pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') url="https://gohugo.io/" @@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs') makedepends=('go' 'git') optdepends=('python-docutils: reStructuredText support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('d78806482a095b3bcd99b17befd69329cca393b3d3e02042dfc96567a6d34e9e48f9aa1a3ef9f5e3b2e24322c1bea8dfdf633b4c3bfeb01a72c139dac7dba68d') +sha512sums=('9b838ef3168fdbcce97a21b4de8a442beb341c416d807ffe713890ca2c6897f9dfa6c76f8db5d1048c59476af62b0234f3da499ea169f0d7edb6c1f4ce634aac') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/769c4c1ab8e7c1fb24920f48d2a5a066d0a1f72d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/769c4c1ab8e7c1fb24920f48d2a5a066d0a1f72d You're receiving this email because of your account on gitlab.archlinux.org.
