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 a48e2a8465e2..607c0273b72c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.12.7
+pkgver=2.12.8
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=('91b262713dc4a3ce817cf71a414856089476c8b400da2cfce07f7519e14dea68')
+sha256sums=('cde878665ec1c8831ef9adea1bb9a9115dba4852c04709ec9b5ae14543a0d9cc')
prepare() {
cd "$pkgname-$pkgver"