Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
hugo
Commits:
4335c6f4 by Jaroslav Lichtblau at 2023-11-12T20:41:58+01:00
upgpkg: 0.120.1-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.120.0
+ pkgver = 0.120.1
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.120.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.120.0.tar.gz
- sha512sums =
5e71501bc40e0118f5215c5aecbd7922bbf3c543a706f50624e85caa090fae09d1d9f5f82e1b4ff65335053e68d7027859b4e5b387173736c85e330c4c28e65d
+ source =
hugo-0.120.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.120.1.tar.gz
+ sha512sums =
b8f6676f9565e2a5510d68cd86bc470121276c36b2ad3fc4fbb02e9d140c97916e4967edaaf1a333c02c1654c95726ba0a4d19229982a6e4367c25b04c3c7e5a
pkgname = hugo
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.120.0
+pkgver=0.120.1
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -15,7 +15,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=('5e71501bc40e0118f5215c5aecbd7922bbf3c543a706f50624e85caa090fae09d1d9f5f82e1b4ff65335053e68d7027859b4e5b387173736c85e330c4c28e65d')
+sha512sums=('b8f6676f9565e2a5510d68cd86bc470121276c36b2ad3fc4fbb02e9d140c97916e4967edaaf1a333c02c1654c95726ba0a4d19229982a6e4367c25b04c3c7e5a')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/4335c6f41cf5186f185c5c2a8ae67698245f4823
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/4335c6f41cf5186f185c5c2a8ae67698245f4823
You're receiving this email because of your account on gitlab.archlinux.org.