Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 3f8a6136 by Robin Candau at 2025-02-19T18:55:43+01:00 upgpkg: 0.144.2-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.144.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.144.1 + pkgver = 0.144.2 pkgrel = 1 url = https://gohugo.io/ arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = hugo depends = glibc depends = gcc-libs optdepends = python-docutils: reStructuredText support - source = hugo-0.144.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.144.1.tar.gz - sha512sums = 8799993b56f74c69b93e854c4678b667dbc6fb5c815e1da6e0d4d73a5be244383a72b4ed492aba082e7a92e0f87bbff7bda4ea93419ad35ccd5ce53b38c78413 + source = hugo-0.144.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.144.2.tar.gz + sha512sums = ab948b3a64cdb76fe2acfb0bdefde3c80842e4d944861383f87acc9a3e51533cb4c72eec01ab5838c9411263f7293841f9fa388255d61458394961697f91b2ea pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.144.1 +pkgver=0.144.2 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -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=('8799993b56f74c69b93e854c4678b667dbc6fb5c815e1da6e0d4d73a5be244383a72b4ed492aba082e7a92e0f87bbff7bda4ea93419ad35ccd5ce53b38c78413') +sha512sums=('ab948b3a64cdb76fe2acfb0bdefde3c80842e4d944861383f87acc9a3e51533cb4c72eec01ab5838c9411263f7293841f9fa388255d61458394961697f91b2ea') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/3f8a6136c906400cbdbee8cccca133fd5693f229 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/3f8a6136c906400cbdbee8cccca133fd5693f229 You're receiving this email because of your account on gitlab.archlinux.org.