Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 57c9dd6c by Robin Candau at 2024-10-24T20:01:48+02:00 upgpkg: 0.136.5-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.136.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.136.4 + pkgver = 0.136.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.136.4.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.4.tar.gz - sha512sums = 81b00f7c2fc5509cbbba728a3b9d948d7dd65992405d15ab6de9dff84ce5f0443cc5373c9b73c0ce1927257be3bc2b1a904f1fc7850d829a9a8b1737bf260170 + source = hugo-0.136.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.5.tar.gz + sha512sums = 8948499d26f611f88aa3e3d7e4bda699d28db0fe61989d5b54285284db0d63e36aef30c77513aee52f8453107f55bdd15296874a2a52dc99c60d463e6930a714 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.136.4 +pkgver=0.136.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=('81b00f7c2fc5509cbbba728a3b9d948d7dd65992405d15ab6de9dff84ce5f0443cc5373c9b73c0ce1927257be3bc2b1a904f1fc7850d829a9a8b1737bf260170') +sha512sums=('8948499d26f611f88aa3e3d7e4bda699d28db0fe61989d5b54285284db0d63e36aef30c77513aee52f8453107f55bdd15296874a2a52dc99c60d463e6930a714') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/57c9dd6c17506e6d7fda3ae509739c7cdd400a3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/57c9dd6c17506e6d7fda3ae509739c7cdd400a3a You're receiving this email because of your account on gitlab.archlinux.org.
