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


Commits:
2e42e344 by Robin Candau at 2024-04-20T20:28:21+02:00
upgpkg: 0.125.2-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.2

- - - - -


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.1
+       pkgver = 0.125.2
        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.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.1.tar.gz
-       sha512sums = 
9aaa4d1bfb1fcd9238a3774b749494af035974fdee52f8959ece08cd4e7ae1e37c351af593ab0b6d2a7407823656373e15a08e8e0f196c32ec69fe8d32e7978d
+       source = 
hugo-0.125.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.2.tar.gz
+       sha512sums = 
b7a9cef961ebd29f38fb5dcb3e1961e3b9bfffa16c9cbe7b1261445310134246b85614e69c86e78a2125cba51ebcdf1adce093b9fb16d404e685d2d0b9e47c69
 
 pkgname = hugo


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



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

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


Reply via email to