Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
hugo


Commits:
6d270851 by Jaroslav Lichtblau at 2023-10-01T12:11:05+02:00
upgpkg: 0.119.0-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = hugo
+       pkgdesc = Fast and Flexible Static Site Generator in Go
+       pkgver = 0.119.0
+       pkgrel = 1
+       url = https://gohugo.io/
+       arch = x86_64
+       license = Apache
+       makedepends = go
+       makedepends = git
+       depends = glibc
+       optdepends = python-docutils: reStructuredText support
+       source = 
hugo-0.119.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.119.0.tar.gz
+       sha512sums = 
ce77d60869173d18d46d91e4f23910c709ccabdf81976c1c96177a9fbad965a13a735fafce37f413a40a5af248510e49f8b2da86c1ba4291fb8b3941e91ee5ea
+
+pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.118.2
-pkgrel=2
+pkgver=0.119.0
+pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
 url="https://gohugo.io/";
@@ -15,7 +15,7 @@ depends=('glibc')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('decda9097ae3e9942524457527ecd2a1d0c8555b5909c676f2bcc16ca5052453a64366f3dbe5eeb2ef0930b65edd52d9963c967cf28f0b149fb410aa5811ac78')
+sha512sums=('ce77d60869173d18d46d91e4f23910c709ccabdf81976c1c96177a9fbad965a13a735fafce37f413a40a5af248510e49f8b2da86c1ba4291fb8b3941e91ee5ea')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

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


Reply via email to