summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e8a478ae539..dbf4fa7ba618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=bootleg-bin
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=1
pkgdesc='Simple template processing command line tool to help build static websites'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=()
source=("https://github.com/retrogradeorbit/bootleg/releases/download/v${pkgver}/${pkgname/\-bin/}-${pkgver}-linux-amd64.tgz")
-sha256sums=('7a78fd81b83ae665ab76dbc04ee492d8af5f738ee65ceb058a0cab58f6a1f0b3')
+sha256sums=('54d42af283e21b1512327996925b134247dc275e941b86f26110d117dbd03117')
package() {
install -Dm755 "${srcdir}/bootleg" "${pkgdir}/usr/bin/bootleg"