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


Commits:
de027ccb by Robin Candau at 2024-10-16T08:31:49+02:00
upgpkg: 0.136.0-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.136.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.135.0
+       pkgver = 0.136.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.135.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.135.0.tar.gz
-       sha512sums = 
95365897c8c7726290e8d92e1cae683766e12d91fdb1d353d8289768bc81d2796d066ffa5eb333e3adefadf3008c2779edd8865dde05f745d791ab5ca5d5d4eb
+       source = 
hugo-0.136.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.136.0.tar.gz
+       sha512sums = 
a6a69d6730249c9ac97c57c66867bd1bb4afb7890612a083ee6ed4696735714842be6152f29427645d9be9b4527211b84086efd3cd0eaad9420b9b0566d4e2b6
 
 pkgname = hugo


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



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

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


Reply via email to