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


Commits:
ba56e3ce by Robin Candau at 2024-04-23T00:37:32+02:00
upgpkg: 0.125.3-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.3

- - - - -


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.2
+       pkgver = 0.125.3
        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.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.2.tar.gz
-       sha512sums = 
b7a9cef961ebd29f38fb5dcb3e1961e3b9bfffa16c9cbe7b1261445310134246b85614e69c86e78a2125cba51ebcdf1adce093b9fb16d404e685d2d0b9e47c69
+       source = 
hugo-0.125.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.3.tar.gz
+       sha512sums = 
056c3aa5cc46455f9d1f9f5c38651f299b68c85dbe93f0b6280da9cb417916b3da43558048f3d07d781678bf374feeff99fbcce35d048e5d061114daef0fd13a
 
 pkgname = hugo


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



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

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


Reply via email to