Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: a177dad1 by Robin Candau at 2024-10-22T19:50:04+02:00 upgpkg: 0.136.4-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.136.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.136.3 + pkgver = 0.136.4 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.136.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.3.tar.gz - sha512sums = ea11458b963ccc286a44672ca1f0ed763c33e77b1314e82b25c2188078a8326dca580fd2c0b03530aaed12ee12215f0e960d5d347f698a0f649116449bc981dc + source = hugo-0.136.4.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.4.tar.gz + sha512sums = 81b00f7c2fc5509cbbba728a3b9d948d7dd65992405d15ab6de9dff84ce5f0443cc5373c9b73c0ce1927257be3bc2b1a904f1fc7850d829a9a8b1737bf260170 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.136.3 +pkgver=0.136.4 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=('ea11458b963ccc286a44672ca1f0ed763c33e77b1314e82b25c2188078a8326dca580fd2c0b03530aaed12ee12215f0e960d5d347f698a0f649116449bc981dc') +sha512sums=('81b00f7c2fc5509cbbba728a3b9d948d7dd65992405d15ab6de9dff84ce5f0443cc5373c9b73c0ce1927257be3bc2b1a904f1fc7850d829a9a8b1737bf260170') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a177dad19b6269725996ffc9dc19bdd861720601 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a177dad19b6269725996ffc9dc19bdd861720601 You're receiving this email because of your account on gitlab.archlinux.org.
