summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaco de Wolff2023-10-30 21:57:54 -0300
committerTaco de Wolff2023-10-30 21:57:54 -0300
commitf903abbdd9dd70fc4be80df4463f66f9d9900e07 (patch)
treec155d8e2d515f64c839a8d6476265f472b6bb58e
parentd3da2177920ee6df1ee4126b2620c590bffe5a69 (diff)
downloadaur-f903abbdd9dd70fc4be80df4463f66f9d9900e07.tar.gz
Update to v2.20.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fae2822cdd46..b0e82d7f583b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minify
pkgdesc = Minifier CLI for HTML, CSS, JS, JSON, SVG and XML
- pkgver = 2.20.3
+ pkgver = 2.20.4
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.20.3.tar.gz
- sha256sums = e04bc1b471fb7e7fdd9bc3cab204ec4439309d169b4460c53092200230f9374f
+ source = https://github.com/tdewolff/minify/archive/v2.20.4.tar.gz
+ sha256sums = 727ef4fc79b2f537fc62e5d706539b4240730e101df5d3d94a44f770731f3511
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index e51c07cc4c38..dc15136f7218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.20.3
+pkgver=2.20.4
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=('e04bc1b471fb7e7fdd9bc3cab204ec4439309d169b4460c53092200230f9374f')
+sha256sums=('727ef4fc79b2f537fc62e5d706539b4240730e101df5d3d94a44f770731f3511')
prepare() {
cd "$pkgname-$pkgver"