Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits:
cdbcab98 by Robin Candau at 2024-01-06T11:37:58+01:00
upgpkg: 0.121.2-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
- pkgver = 0.121.1
+ pkgver = 0.121.2
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hugo
makedepends = git
depends = glibc
optdepends = python-docutils: reStructuredText support
- source =
hugo-0.121.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.121.1.tar.gz
- sha512sums =
ab22299ee7c14665aa9ec8f39262a052d75896b8ba6e22fb237d01360257b39e0dcc24615a1afc50ab4f008b0d0eaa88d7b263fb621932e65fee6bce1ce19d6c
+ source =
hugo-0.121.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.121.2.tar.gz
+ sha512sums =
717da396fa887995e455c1cc7cfc21c535583ba70cb90bcb15ea47e389aa636e9ffa4f66b28bf313f225579e40bc2864ef9da6ebf00d006b3a1ca68f38a47673
pkgname = hugo
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.121.1
+pkgver=0.121.2
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc')
makedepends=('go' 'git')
optdepends=('python-docutils: reStructuredText support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('ab22299ee7c14665aa9ec8f39262a052d75896b8ba6e22fb237d01360257b39e0dcc24615a1afc50ab4f008b0d0eaa88d7b263fb621932e65fee6bce1ce19d6c')
+sha512sums=('717da396fa887995e455c1cc7cfc21c535583ba70cb90bcb15ea47e389aa636e9ffa4f66b28bf313f225579e40bc2864ef9da6ebf00d006b3a1ca68f38a47673')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/cdbcab98b5156337b872699a81fdc7594b5a04e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/cdbcab98b5156337b872699a81fdc7594b5a04e3
You're receiving this email because of your account on gitlab.archlinux.org.