makedeb
The world's fastest framework for building websites.
Click here to go back to the commit logs for hugo-bin.
Hash: 4f311374e1cf991b25d1fcb19d50ee24f095d431
Message: refactor: update to latest version (0.102.3) and add gitignore
diff --git a/.SRCINFO b/.SRCINFO
index ef4ab49..86f34ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-generated-by = makedeb-makepkg
-
-pkgbase = hugo-bin
- pkgdesc = The world's fastest framework for building websites.
- pkgver = 0.93.2
- pkgrel = 1
- url = https://github.com/gohugoio/hugo
- arch = x86_64
- license = Apache 2.0
- depends = bash
- provides = hugo
- conflicts = hugo
- source = hugo-bin-0.93.2-x86_64.deb::https://github.com/gohugoio/hugo/releases/download/v0.93.2/hugo_0.93.2_Linux-64bit.deb
- sha256sums = SKIP
-
+generated-by = makedeb
pkgname = hugo-bin
+pkgbase = hugo-bin
+pkgdesc = The world's fastest framework for building websites.
+pkgrel = 1
+pkgver = 0.102.3
+url = https://github.com/gohugoio/hugo
+arch = amd64
+conflicts = hugo
+depends = bash
+license = Apache 2.0
+provides = hugo
+source = hugo-bin-0.102.3-amd64.deb::https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_0.102.3_Linux-64bit.deb
+sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7335864
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index f45c0e1..71b5492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgname=hugo-bin
provides=('hugo')
conflicts=('hugo')
pkgdesc="The world's fastest framework for building websites."
-pkgver=0.93.2
+pkgver=0.102.3
pkgrel=1
-arch=('x86_64')
+arch=('amd64')
url="https://github.com/gohugoio/hugo"
license=('Apache 2.0')
depends=(