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


Commits:
772c3aeb by Robin Candau at 2024-04-25T17:28:22+02:00
upgpkg: 0.125.4-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.4

- - - - -


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.3
+       pkgver = 0.125.4
        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.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.3.tar.gz
-       sha512sums = 
056c3aa5cc46455f9d1f9f5c38651f299b68c85dbe93f0b6280da9cb417916b3da43558048f3d07d781678bf374feeff99fbcce35d048e5d061114daef0fd13a
+       source = 
hugo-0.125.4.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.4.tar.gz
+       sha512sums = 
f76b85e0cb119fa35b8c253ddb05c9f8156aba004b1ec37e0b04d89afa6dec3771417c843594d076c81b1663d0a7677912f9b37ab3ef89ae13824973e6496097
 
 pkgname = hugo


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



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

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


Reply via email to