Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 732b4db8 by Robin Candau at 2024-09-03T18:37:17+02:00 upgpkg: 0.134.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.134.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.133.1 + pkgver = 0.134.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.133.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.133.1.tar.gz - sha512sums = fb6a4e0032ca5fe76345ce019810b5e417839d5d9280e9db073f7c4acc56df39bddf55b1c96c8b0072dce792759f1d325b968ef66a56bb92be7a971371077874 + source = hugo-0.134.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.134.0.tar.gz + sha512sums = 294632b4e42c190a3e4de8b6427dc2f9f73bfa11f6ad5441addd0dbda5b50b187d04e2536bb2d36006150e4c99cf58febc078840fab8aa8eeebcb23f5213e287 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.133.1 +pkgver=0.134.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=('fb6a4e0032ca5fe76345ce019810b5e417839d5d9280e9db073f7c4acc56df39bddf55b1c96c8b0072dce792759f1d325b968ef66a56bb92be7a971371077874') +sha512sums=('294632b4e42c190a3e4de8b6427dc2f9f73bfa11f6ad5441addd0dbda5b50b187d04e2536bb2d36006150e4c99cf58febc078840fab8aa8eeebcb23f5213e287') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/732b4db82c35a24cf71f49466e3e5557351cc07d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/732b4db82c35a24cf71f49466e3e5557351cc07d You're receiving this email because of your account on gitlab.archlinux.org.
