summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRizwan-Hasan2021-05-02 17:00:30 +0600
committerRizwan-Hasan2021-05-02 17:00:30 +0600
commitea881d8b683a0a83387466b27e4e824100927260 (patch)
tree213382034e21690e1a8a3ba6ebf6140b2fb47ace
parent0c9b7e5860da96fb3614e07e1b4adfd16d85095d (diff)
downloadaur-ea881d8b683a0a83387466b27e4e824100927260.tar.gz
upgraded to 0.83.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59857c5eb8b1..6a14bafdf88c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hugo-extended
pkgdesc = Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
- pkgver = 0.82.0
+ pkgver = 0.83.0
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
license = Apache v2.0
conflicts = hugo
conflicts = hugo-git
- source = https://github.com/gohugoio/hugo/releases/download/v0.82.0/hugo_extended_0.82.0_Linux-64bit.tar.gz
- sha256sums = 171b8f935acc60f74e1eb9edb73fc5e9afaa3affaed4ddafd072ada800ce8748
+ source = https://github.com/gohugoio/hugo/releases/download/v0.83.0/hugo_extended_0.83.0_Linux-64bit.tar.gz
+ sha256sums = 84e2ef0a17f72261999d494b22ae24fa2cf9da4d6b2d524dba21b3ed0ed7004c
pkgname = hugo-extended
diff --git a/PKGBUILD b/PKGBUILD
index 27d2b606ecaf..e4cffc10a2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Rizwan Hasan <rizwan.hasan486@gmail.com>
pkgname=hugo-extended
-pkgver=0.82.0
+pkgver=0.83.0
pkgrel=1
pkgdesc="Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://gohugo.io/"
license=('Apache v2.0')
conflicts=('hugo' 'hugo-git')
source=("https://github.com/gohugoio/hugo/releases/download/v${pkgver}/hugo_extended_${pkgver}_Linux-64bit.tar.gz")
-sha256sums=("171b8f935acc60f74e1eb9edb73fc5e9afaa3affaed4ddafd072ada800ce8748")
+sha256sums=("84e2ef0a17f72261999d494b22ae24fa2cf9da4d6b2d524dba21b3ed0ed7004c")
package() {
install -d "${pkgdir}/usr/bin"