Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: a293f9aa by Robin Candau at 2024-07-29T18:03:28+02:00 upgpkg: 0.130.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.130.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.129.0 + pkgver = 0.130.0 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.129.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.129.0.tar.gz - sha512sums = 0845f417af97ee068ad0c971684522fa49fcfca47de5db71f0026fd3c59baddcc03c73560275ff91e4c85286cf855a2b3b0271ee019141d71e04f6b31a91ae87 + source = hugo-0.130.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.130.0.tar.gz + sha512sums = 5e89f5a39c637a4f9ade8b46107d73e8947e94d0f20f49780e00e27c9cdf96af8e07dd51363a35716cd9c7b66f87b98d22745b704c703e8cf368da13ed281659 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.129.0 +pkgver=0.130.0 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=('0845f417af97ee068ad0c971684522fa49fcfca47de5db71f0026fd3c59baddcc03c73560275ff91e4c85286cf855a2b3b0271ee019141d71e04f6b31a91ae87') +sha512sums=('5e89f5a39c637a4f9ade8b46107d73e8947e94d0f20f49780e00e27c9cdf96af8e07dd51363a35716cd9c7b66f87b98d22745b704c703e8cf368da13ed281659') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a293f9aa2d3e7e4900f44a1ffe4b34e4ac5f4504 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a293f9aa2d3e7e4900f44a1ffe4b34e4ac5f4504 You're receiving this email because of your account on gitlab.archlinux.org.
