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


Commits:
66263e4f by Robin Candau at 2024-05-05T17:15:55+02:00
upgpkg: 0.125.6-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.6

- - - - -


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.5
+       pkgver = 0.125.6
        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.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.5.tar.gz
-       sha512sums = 
5b26552e590e943ec4883b54f6ada66c770d494bb6c65a831c6551a4990ddba38f38e703fb41f0ca2935d32ca10b1f2adb6f9b6c73b0932a299b6330685d8ab6
+       source = 
hugo-0.125.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.6.tar.gz
+       sha512sums = 
c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e
 
 pkgname = hugo


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



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

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


Reply via email to