summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRizwan-Hasan2021-05-27 22:23:59 +0600
committerRizwan-Hasan2021-05-27 22:23:59 +0600
commita50babfbf8b4c7f6f3de5d918c61baa45393cf55 (patch)
treea1766ef2a40224421489deb4cc1998d83dffe72f
parentea881d8b683a0a83387466b27e4e824100927260 (diff)
downloadaur-a50babfbf8b4c7f6f3de5d918c61baa45393cf55.tar.gz
updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a14bafdf88c..7a5b2bbb469f 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.83.0
+ pkgver = 0.83.1
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.83.0/hugo_extended_0.83.0_Linux-64bit.tar.gz
- sha256sums = 84e2ef0a17f72261999d494b22ae24fa2cf9da4d6b2d524dba21b3ed0ed7004c
+ source = https://github.com/gohugoio/hugo/releases/download/v0.83.1/hugo_extended_0.83.1_Linux-64bit.tar.gz
+ sha256sums = 7dab678e7bd47de76b311c1dc51257d1ba41d95e8e1d30869f701e1628261447
pkgname = hugo-extended
diff --git a/PKGBUILD b/PKGBUILD
index e4cffc10a2df..298fd5a0afa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Rizwan Hasan <rizwan.hasan486@gmail.com>
pkgname=hugo-extended
-pkgver=0.83.0
+pkgver=0.83.1
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=("84e2ef0a17f72261999d494b22ae24fa2cf9da4d6b2d524dba21b3ed0ed7004c")
+sha256sums=("7dab678e7bd47de76b311c1dc51257d1ba41d95e8e1d30869f701e1628261447")
package() {
install -d "${pkgdir}/usr/bin"