Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
8ef2c6c2 by Robin Candau at 2024-06-06T10:01:19+02:00
upgpkg: 0.127.0-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.127.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.126.3
+       pkgver = 0.127.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.126.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.3.tar.gz
-       sha512sums = 
740d5af7f2540a8fd59ac6186736e1e1f3210b728df13026f78f87f87fdfc0498f03d52bf0856f9d6d2df77274f2319d3d1d8e5107fd941a465e23e5e8eccc3f
+       source = 
hugo-0.127.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.127.0.tar.gz
+       sha512sums = 
829d118f12f153794ed882572a37ec2a3b3ade9c8160a754d3d411d6aede22c15e44dd75a52443e3cc7fc8ea1f65febecac5a47b4e09cc42006d7badd1a0fa2f
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.126.3
+pkgver=0.127.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=('740d5af7f2540a8fd59ac6186736e1e1f3210b728df13026f78f87f87fdfc0498f03d52bf0856f9d6d2df77274f2319d3d1d8e5107fd941a465e23e5e8eccc3f')
+sha512sums=('829d118f12f153794ed882572a37ec2a3b3ade9c8160a754d3d411d6aede22c15e44dd75a52443e3cc7fc8ea1f65febecac5a47b4e09cc42006d7badd1a0fa2f')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/8ef2c6c2e6a1764d472d15d4242ba780c66accbf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/8ef2c6c2e6a1764d472d15d4242ba780c66accbf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to