Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 2aabeae6 by Robin Candau at 2024-06-02T17:09:43+02:00 upgpkg: 0.126.3-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.126.2 + pkgver = 0.126.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.126.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.2.tar.gz - sha512sums = 559530a0b6a34027bd2483111605ac64efd3d2c2c80bc47d36ce241d645aadc4daea52c7fbdbf6db6b58d37e4249ecce7ee7aff29b11e91d26c67be21516955d + source = hugo-0.126.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.3.tar.gz + sha512sums = 740d5af7f2540a8fd59ac6186736e1e1f3210b728df13026f78f87f87fdfc0498f03d52bf0856f9d6d2df77274f2319d3d1d8e5107fd941a465e23e5e8eccc3f pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.126.2 +pkgver=0.126.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=('559530a0b6a34027bd2483111605ac64efd3d2c2c80bc47d36ce241d645aadc4daea52c7fbdbf6db6b58d37e4249ecce7ee7aff29b11e91d26c67be21516955d') +sha512sums=('740d5af7f2540a8fd59ac6186736e1e1f3210b728df13026f78f87f87fdfc0498f03d52bf0856f9d6d2df77274f2319d3d1d8e5107fd941a465e23e5e8eccc3f') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2aabeae6b82f6a34f6317497e08787bfe90e2b64 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2aabeae6b82f6a34f6317497e08787bfe90e2b64 You're receiving this email because of your account on gitlab.archlinux.org.