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


Commits:
3f72b994 by Robin Candau at 2024-09-27T18:43:59+02:00
upgpkg: 0.135.0-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.135.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hugo
        pkgdesc = Fast and Flexible Static Site Generator in Go
-       pkgver = 0.134.3
+       pkgver = 0.135.0
        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.134.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.134.3.tar.gz
-       sha512sums = 
c461668ddca88f58f5ff3da25c3dc62e9f92023dc534affd57baaf047338e8ce2e5542823c90becfc0e525bc6b30420318ef6d3fa0e265f53b4aba7e46e306ed
+       source = 
hugo-0.135.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.135.0.tar.gz
+       sha512sums = 
95365897c8c7726290e8d92e1cae683766e12d91fdb1d353d8289768bc81d2796d066ffa5eb333e3adefadf3008c2779edd8865dde05f745d791ab5ca5d5d4eb
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.134.3
+pkgver=0.135.0
 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=('c461668ddca88f58f5ff3da25c3dc62e9f92023dc534affd57baaf047338e8ce2e5542823c90becfc0e525bc6b30420318ef6d3fa0e265f53b4aba7e46e306ed')
+sha512sums=('95365897c8c7726290e8d92e1cae683766e12d91fdb1d353d8289768bc81d2796d066ffa5eb333e3adefadf3008c2779edd8865dde05f745d791ab5ca5d5d4eb')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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


Reply via email to