Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 034bec17 by Robin Candau at 2024-08-27T08:31:24+02:00 upgpkg: 0.133.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.133.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.133.0 + pkgver = 0.133.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.133.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.133.0.tar.gz - sha512sums = 85a7333a7c5573c5dcf64f644dc6c3b593e273e8df3164ab4e79c76662eee8f1f6878ae0be9136fc2761b5e4a3dd8eeb662bd5d884f10ada3e7e48ae4d2eb6ea + source = hugo-0.133.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.133.1.tar.gz + sha512sums = fb6a4e0032ca5fe76345ce019810b5e417839d5d9280e9db073f7c4acc56df39bddf55b1c96c8b0072dce792759f1d325b968ef66a56bb92be7a971371077874 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.133.0 +pkgver=0.133.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=('85a7333a7c5573c5dcf64f644dc6c3b593e273e8df3164ab4e79c76662eee8f1f6878ae0be9136fc2761b5e4a3dd8eeb662bd5d884f10ada3e7e48ae4d2eb6ea') +sha512sums=('fb6a4e0032ca5fe76345ce019810b5e417839d5d9280e9db073f7c4acc56df39bddf55b1c96c8b0072dce792759f1d325b968ef66a56bb92be7a971371077874') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/034bec1728b0268d1b7f1e4ad2d4c0f28eae1e91 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/034bec1728b0268d1b7f1e4ad2d4c0f28eae1e91 You're receiving this email because of your account on gitlab.archlinux.org.
