Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: fd30af57 by Robin Candau at 2024-12-15T10:10:27+01:00 upgpkg: 0.139.5-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.139.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.139.4 + pkgver = 0.139.5 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.139.4.tar.gz::https://github.com/gohugoio/hugo/archive/v0.139.4.tar.gz - sha512sums = 88f04353b2d32847e5b2d497cb612007630cd1b6f1feaf7bab8683e10131528419714a2ba0f4c3b2d654a1988ff2adc35edf67ba7a955d3434e5299706068a18 + source = hugo-0.139.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.139.5.tar.gz + sha512sums = 8d559f8b239ac6a19d2b7fedfa2d05303cc3a402097e2fee8a35d5653092f69a62a9d96756cf553819d48e59e1d47c97c5800b89ee3cb0cc712d287188c103bf pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.139.4 +pkgver=0.139.5 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=('88f04353b2d32847e5b2d497cb612007630cd1b6f1feaf7bab8683e10131528419714a2ba0f4c3b2d654a1988ff2adc35edf67ba7a955d3434e5299706068a18') +sha512sums=('8d559f8b239ac6a19d2b7fedfa2d05303cc3a402097e2fee8a35d5653092f69a62a9d96756cf553819d48e59e1d47c97c5800b89ee3cb0cc712d287188c103bf') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/fd30af571ac033083ca579f7ab05b14f57195cde -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/fd30af571ac033083ca579f7ab05b14f57195cde You're receiving this email because of your account on gitlab.archlinux.org.
