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


Commits:
99f4e2d4 by Robin Candau at 2024-05-08T20:54:53+02:00
upgpkg: 0.125.7-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.7

- - - - -


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.6
+       pkgver = 0.125.7
        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.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.6.tar.gz
-       sha512sums = 
c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e
+       source = 
hugo-0.125.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.7.tar.gz
+       sha512sums = 
e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91
 
 pkgname = hugo


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



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

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


Reply via email to