summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 850acbd4c204..442bd8df4247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = minify
pkgdesc = Minifier CLI for HTML, CSS, JS, JSON, SVG and XML
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = https://github.com/tdewolff/minify
arch = x86_64
license = MIT
optdepends = bash-completion: command-line autocomplete with bash
- source = https://github.com/tdewolff/minify/releases/download/v2.5.1/minify_2.5.1_linux_amd64.tar.gz
+ source = https://github.com/tdewolff/minify/releases/download/v2.5.2/minify_2.5.2_linux_amd64.tar.gz
source = https://raw.githubusercontent.com/tdewolff/minify/master/cmd/minify/minify_bash_tab_completion
- sha256sums = e6cee22dafe0728f730724cd163920a31e0c63b825b536e21db69fab67640339
+ sha256sums = 079ff19c2f4c860b884385ac1702f4345a0d98101946ceb57867d4875d9f5038
sha256sums = 25f25a205ca071471daab6b1c8eeb16e0b1c8609844b158b85c76344eb4bbc31
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index f980ec982136..e0ffc8b79b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
optdepends=('bash-completion: command-line autocomplete with bash')
source=("https://github.com/tdewolff/minify/releases/download/v${pkgver}/minify_${pkgver}_linux_amd64.tar.gz"
"https://raw.githubusercontent.com/tdewolff/minify/master/cmd/minify/minify_bash_tab_completion")
-sha256sums=('e6cee22dafe0728f730724cd163920a31e0c63b825b536e21db69fab67640339'
+sha256sums=('079ff19c2f4c860b884385ac1702f4345a0d98101946ceb57867d4875d9f5038'
'25f25a205ca071471daab6b1c8eeb16e0b1c8609844b158b85c76344eb4bbc31')
package() {