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


Commits:
1da1af91 by Robin Candau at 2024-07-04T18:43:31+02:00
upgpkg: 0.128.2-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.128.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.128.1
+       pkgver = 0.128.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.128.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.128.1.tar.gz
-       sha512sums = 
2a74b8b7fe85635f29de9f1c7e9a92fbf6c843c3dc8a8ceb971ea218bdf13bc55621b62d0556229d623525244bdbded295141ddff5db57f3092b25a7cc18107d
+       source = 
hugo-0.128.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.128.2.tar.gz
+       sha512sums = 
4710fceb11872577a1d9c929d296dc79829135af0c509ac0b7b8142568b0e907c2de28c9f482cc1138d9595086363397166eb2ca208fa4fdf1beadd168558787
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.128.1
+pkgver=0.128.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=('2a74b8b7fe85635f29de9f1c7e9a92fbf6c843c3dc8a8ceb971ea218bdf13bc55621b62d0556229d623525244bdbded295141ddff5db57f3092b25a7cc18107d')
+sha512sums=('4710fceb11872577a1d9c929d296dc79829135af0c509ac0b7b8142568b0e907c2de28c9f482cc1138d9595086363397166eb2ca208fa4fdf1beadd168558787')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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


Reply via email to