summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Martí2017-01-05 19:43:31 +0000
committerDaniel Martí2017-01-05 19:43:31 +0000
commit8ae651be8d50b832098e1c2b0e336ac408d7a5f0 (patch)
tree6853a2990d62592e215d21919890ac6f5d079efa
parent939cc06be2260d0d8bf0324e1d4373862a4800da (diff)
downloadaur-8ae651be8d50b832098e1c2b0e336ac408d7a5f0.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904c0e4156d3..f13cda06c9c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 13 15:16:08 UTC 2016
+# Thu Jan 5 19:43:17 UTC 2017
pkgbase = shfmt
pkgdesc = Format shell programs
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/mvdan/sh
arch = i686
@@ -11,7 +11,7 @@ pkgbase = shfmt
makedepends = git
makedepends = go
options = !strip
- source = git+https://github.com/mvdan/sh#tag=v1.0.0
+ source = git+https://github.com/mvdan/sh#tag=v1.1.0
sha1sums = SKIP
pkgname = shfmt
diff --git a/PKGBUILD b/PKGBUILD
index 30dd264c7f2e..0cfc289e6c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=shfmt
_pkg=sh
_name="${pkgname}"
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Format shell programs"
url="https://github.com/mvdan/${_pkg}"