makedeb
The world's fastest framework for building websites
Click here to go back to the commit logs for hugo.
Hash: 790731613bafa0c1e73fad4657388eb968ddebb9
Message: Bump version to '0.98.0'
diff --git a/.SRCINFO b/.SRCINFO
index 0ad79c2..a41e600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,13 +3,13 @@ pkgname = hugo
pkgbase = hugo
pkgdesc = The world's fastest framework for building websites
pkgrel = 1
-pkgver = 0.97.3
+pkgver = 0.98.0
url = https://gohugo.io/
arch = any
license = Apache-2.0
makedepends = git
-makedepends = golang-go>=1.16
-source = hugo-0.97.3::git+https://github.com/gohugoio/hugo/#tag=v0.97.3
+makedepends = golang-go>=1.18
+source = hugo-0.98.0::git+https://github.com/gohugoio/hugo/#tag=v0.98.0
sha256sums = SKIP
makedepends = git
-makedepends = golang-go>=1.16
+makedepends = golang-go>=1.18
diff --git a/PKGBUILD b/PKGBUILD
index fcff30b..1eb4954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=hugo
-pkgver=0.97.3
+pkgver=0.98.0
pkgrel=1
pkgdesc="The world's fastest framework for building websites"
arch=('any')
-makedepends=('git' 'golang-go>=1.16')
+makedepends=('git' 'golang-go>=1.18')
license=('Apache-2.0')
url='https://gohugo.io/'