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 a3f6cf6dc201..b40e3f5c5aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.11.0
+pkgver=2.11.1
pkgrel=1
pkgdesc="Minifier CLI for HTML, CSS, JS, JSON, SVG and XML"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('go')
optdepends=('bash-completion: command-line autocomplete with bash')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('c233bc76be9bcd27259bc81ce4857e953831995cce3e8aac93838047e6ab0023')
+sha256sums=('f238ffcb9ed6ff3c413442e3c5bfe9409809cc3de67db29ebc541d83168a09ea')
prepare() {
cd "$pkgname-$pkgver"