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


Commits:
6df9bcdc by Robin Candau at 2024-05-14T19:40:26+02:00
upgpkg: 0.126.0-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.126.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.125.7
+       pkgver = 0.126.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.125.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.7.tar.gz
-       sha512sums = 
e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91
+       source = 
hugo-0.126.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.0.tar.gz
+       sha512sums = 
94a3967021e95f204984fd2653bc1e4430a6c8e321683217cd6bb702622b6e013cf67c4308aca8cc2ada74e0f6e866ac2fe57833f1397af1a10ceaa8dc9a4b05
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.7
+pkgver=0.126.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=('e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91')
+sha512sums=('94a3967021e95f204984fd2653bc1e4430a6c8e321683217cd6bb702622b6e013cf67c4308aca8cc2ada74e0f6e866ac2fe57833f1397af1a10ceaa8dc9a4b05')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/6df9bcdc2d9d19bcc325680c74d545651a343bbf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to