summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaco de Wolff2020-01-06 16:47:04 -0300
committerTaco de Wolff2020-01-06 16:47:04 -0300
commitb20c9cc8abc8faa58ee522f77762cea65a5254a0 (patch)
treeac7b4847c6339d55dd006050aa4b09b9cf5ac409 /PKGBUILD
parent856d4820e49c538198f596105291c2864f08c187 (diff)
downloadaur-b20c9cc8abc8faa58ee522f77762cea65a5254a0.tar.gz
Update to v2.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92df5ac92497..5903e4a2a02f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.6.3
+pkgver=2.7.0
pkgrel=1
pkgdesc="Minifier CLI for HTML, CSS, JS, JSON, SVG and XML"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('go-pie')
optdepends=('bash-completion: command-line autocomplete with bash')
source=("https://github.com/tdewolff/minify/archive/v$pkgver.tar.gz")
-sha256sums=('171481aca8960a78bea7252665d1b2f5eb32a8075609edf590280a21ea9f1760')
+sha256sums=('a1c3f0a9080f912ac9718876896c4eda9a92dec74e87b3de23694b716a5ccb99')
build() {
cd "$pkgname-$pkgver/cmd/minify"