summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaco de Wolff2022-05-30 12:21:50 -0400
committerTaco de Wolff2022-05-30 12:21:50 -0400
commitdc4667f7fc3fe0f5eedb26e1df8c0fb09704e7c3 (patch)
treebc6b80e1d42f328d3bf092635252a087fa24623d
parent68d1f0eac9d9a59a02991aad701bf500c25f9541 (diff)
downloadaur-dc4667f7fc3fe0f5eedb26e1df8c0fb09704e7c3.tar.gz
Update to v2.11.7
-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"