summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e8a2c0a701..cf5501aff01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minify
pkgdesc = Minifier CLI for HTML, CSS, JS, JSON, SVG and XML
- pkgver = 2.11.6
+ pkgver = 2.11.7
pkgrel = 1
url = https://github.com/tdewolff/minify
arch = x86_64
license = MIT
makedepends = go
optdepends = bash-completion: command-line autocomplete with bash
- source = https://github.com/tdewolff/minify/archive/v2.11.6.tar.gz
- sha256sums = ecb6e052d02ea23b511225e28be5845f34c0f25a5d02fa338fc31744797e5cc1
+ source = https://github.com/tdewolff/minify/archive/v2.11.7.tar.gz
+ sha256sums = 6f3e90d3b11c22f67c4eec695bc0849e3671ff31e5b10e62ab76acf42738b71f
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index 272ce2db3510..6d9d6b9cdb0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.11.6
+pkgver=2.11.7
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=('ecb6e052d02ea23b511225e28be5845f34c0f25a5d02fa338fc31744797e5cc1')
+sha256sums=('6f3e90d3b11c22f67c4eec695bc0849e3671ff31e5b10e62ab76acf42738b71f')
prepare() {
cd "$pkgname-$pkgver"