summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaco de Wolff2022-04-26 10:57:15 -0400
committerTaco de Wolff2022-04-26 10:57:15 -0400
commit70c4b2408dc380eed1369f697707a12052436b70 (patch)
tree6febd97c86666fa9055c0e93b46a03fb89acc1cb /PKGBUILD
parent946253ef5e3d0ed1ddfde7db3fe6d73e18b94121 (diff)
downloadaur-70c4b2408dc380eed1369f697707a12052436b70.tar.gz
Update to v2.11.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b40e3f5c5aee..9110bc777d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.11.1
+pkgver=2.11.2
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=('f238ffcb9ed6ff3c413442e3c5bfe9409809cc3de67db29ebc541d83168a09ea')
+sha256sums=('de1bcdf33c8bb3fafa2286f71d28c4639dcba044dae1707232eb53ed6980a33a')
prepare() {
cd "$pkgname-$pkgver"