summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaco de Wolff2023-11-29 18:31:59 -0300
committerTaco de Wolff2023-11-29 18:31:59 -0300
commita7b233267f4a125c71e960def1fa85e35df2c27a (patch)
treed0df97f7c5284dfe1c4523bd78dd69c8c69bbf3e
parentd5f3436ba02f0a5e8329cacee151989a4fdab63e (diff)
downloadaur-a7b233267f4a125c71e960def1fa85e35df2c27a.tar.gz
Update to v2.20.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4a7706b6e4a..8eeff877b5b8 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.7
+ pkgver = 2.20.8
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.7.tar.gz
- sha256sums = e97763e690f97875ed1391fc3c9df38ac8c1818f8ffacc4ac1be4dc5bdcf2daa
+ source = https://github.com/tdewolff/minify/archive/v2.20.8.tar.gz
+ sha256sums = e50dfe1096ab8aa810900bbb40fd19057d9e1b66321d49cc1b39241e44d66359
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index e0a126f0890b..48527add45dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.20.7
+pkgver=2.20.8
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=('e97763e690f97875ed1391fc3c9df38ac8c1818f8ffacc4ac1be4dc5bdcf2daa')
+sha256sums=('e50dfe1096ab8aa810900bbb40fd19057d9e1b66321d49cc1b39241e44d66359')
prepare() {
cd "$pkgname-$pkgver"