Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 0f252084 by Robin Candau at 2024-09-20T09:32:15+02:00 upgpkg: 0.134.3-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.134.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.134.2 + pkgver = 0.134.3 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.134.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.134.2.tar.gz - sha512sums = 3272aed49bc5a51822c09ad6b47c6a893fb4cd7c28fb7a12712a33f334669a704beb3f4cc60f0ca13e0eee0e441a34b929d1e009e5aa523f32e4504f5d394bd9 + source = hugo-0.134.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.134.3.tar.gz + sha512sums = c461668ddca88f58f5ff3da25c3dc62e9f92023dc534affd57baaf047338e8ce2e5542823c90becfc0e525bc6b30420318ef6d3fa0e265f53b4aba7e46e306ed pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.134.2 +pkgver=0.134.3 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=('3272aed49bc5a51822c09ad6b47c6a893fb4cd7c28fb7a12712a33f334669a704beb3f4cc60f0ca13e0eee0e441a34b929d1e009e5aa523f32e4504f5d394bd9') +sha512sums=('c461668ddca88f58f5ff3da25c3dc62e9f92023dc534affd57baaf047338e8ce2e5542823c90becfc0e525bc6b30420318ef6d3fa0e265f53b4aba7e46e306ed') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/0f2520841a6a8b313a28810a623453fa0410f495 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/0f2520841a6a8b313a28810a623453fa0410f495 You're receiving this email because of your account on gitlab.archlinux.org.
