Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 746ffdd4 by Robin Candau at 2024-10-16T19:16:51+02:00 upgpkg: 0.136.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.136.1 - - - - - 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.0 + pkgver = 0.136.1 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.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.0.tar.gz - sha512sums = a6a69d6730249c9ac97c57c66867bd1bb4afb7890612a083ee6ed4696735714842be6152f29427645d9be9b4527211b84086efd3cd0eaad9420b9b0566d4e2b6 + source = hugo-0.136.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.1.tar.gz + sha512sums = c8b30859f15873c95548787762e48573dbbd0276d7ee9f15d05f5579139075d5b0fcefe0ed6c263ae67a27cfd4e7fb910ee325550c265d69d9d9d47f72bce250 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.136.0 +pkgver=0.136.1 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=('a6a69d6730249c9ac97c57c66867bd1bb4afb7890612a083ee6ed4696735714842be6152f29427645d9be9b4527211b84086efd3cd0eaad9420b9b0566d4e2b6') +sha512sums=('c8b30859f15873c95548787762e48573dbbd0276d7ee9f15d05f5579139075d5b0fcefe0ed6c263ae67a27cfd4e7fb910ee325550c265d69d9d9d47f72bce250') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/746ffdd44a83e065a22276a026247b32343d71fa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/746ffdd44a83e065a22276a026247b32343d71fa You're receiving this email because of your account on gitlab.archlinux.org.
