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


Commits:
518a0c0f by Robin Candau at 2024-04-18T11:13:08+02:00
upgpkg: 0.125.1-1: New upstream release

- - - - -


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.0
+       pkgver = 0.125.1
        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.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.0.tar.gz
-       sha512sums = 
e1f8ce535ead2d2094702414516c48cfc59c175cadfb1b7368f3db7d6cbd1640efc938b0def7ae4cecbb477a6284d60622acfef4d3b4f48384bc730f69994b63
+       source = 
hugo-0.125.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.1.tar.gz
+       sha512sums = 
9aaa4d1bfb1fcd9238a3774b749494af035974fdee52f8959ece08cd4e7ae1e37c351af593ab0b6d2a7407823656373e15a08e8e0f196c32ec69fe8d32e7978d
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.0
+pkgver=0.125.1
 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=('e1f8ce535ead2d2094702414516c48cfc59c175cadfb1b7368f3db7d6cbd1640efc938b0def7ae4cecbb477a6284d60622acfef4d3b4f48384bc730f69994b63')
+sha512sums=('9aaa4d1bfb1fcd9238a3774b749494af035974fdee52f8959ece08cd4e7ae1e37c351af593ab0b6d2a7407823656373e15a08e8e0f196c32ec69fe8d32e7978d')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/518a0c0f094034d5ad63ad5eb15fabc37e899e0e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to