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


Commits:
e06a4cab by Robin Candau at 2024-05-02T12:27:13+02:00
upgpkg: 0.125.5-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.5

- - - - -


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


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



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

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


Reply via email to