summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaco de Wolff2023-12-02 15:31:57 -0300
committerTaco de Wolff2023-12-02 15:31:57 -0300
commita90676b3dcd1fc62d1401d26575e360b48e3f09c (patch)
tree2858bb55912aa3e3849319d30013f38d30551c88
parenta7b233267f4a125c71e960def1fa85e35df2c27a (diff)
downloadaur-a90676b3dcd1fc62d1401d26575e360b48e3f09c.tar.gz
Update to v2.20.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eeff877b5b8..05873eaf59d4 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.8
+ pkgver = 2.20.9
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.8.tar.gz
- sha256sums = e50dfe1096ab8aa810900bbb40fd19057d9e1b66321d49cc1b39241e44d66359
+ source = https://github.com/tdewolff/minify/archive/v2.20.9.tar.gz
+ sha256sums = 92c1fc838e8321ed1ccf83974142d8e367cdd09de2825b1f3d5e667ec1d2d570
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index 48527add45dc..63a3781201ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.20.8
+pkgver=2.20.9
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=('e50dfe1096ab8aa810900bbb40fd19057d9e1b66321d49cc1b39241e44d66359')
+sha256sums=('92c1fc838e8321ed1ccf83974142d8e367cdd09de2825b1f3d5e667ec1d2d570')
prepare() {
cd "$pkgname-$pkgver"