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


Commits:
736414bc by Robin Candau at 2024-05-15T17:37:30+02:00
upgpkg: 0.126.1-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.126.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hugo
        pkgdesc = Fast and Flexible Static Site Generator in Go
-       pkgver = 0.126.0
+       pkgver = 0.126.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.126.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.0.tar.gz
-       sha512sums = 
94a3967021e95f204984fd2653bc1e4430a6c8e321683217cd6bb702622b6e013cf67c4308aca8cc2ada74e0f6e866ac2fe57833f1397af1a10ceaa8dc9a4b05
+       source = 
hugo-0.126.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.1.tar.gz
+       sha512sums = 
49399a2e669b72f76911f349a69a0656d54718acaa333d6bffcbc257878b67a840c7ef421fbd63f7befa1ac2a4aa5a15c31a8ddbb477e6c95d8eb1328a386708
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.126.0
+pkgver=0.126.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=('94a3967021e95f204984fd2653bc1e4430a6c8e321683217cd6bb702622b6e013cf67c4308aca8cc2ada74e0f6e866ac2fe57833f1397af1a10ceaa8dc9a4b05')
+sha512sums=('49399a2e669b72f76911f349a69a0656d54718acaa333d6bffcbc257878b67a840c7ef421fbd63f7befa1ac2a4aa5a15c31a8ddbb477e6c95d8eb1328a386708')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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


Reply via email to