summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaco de Wolff2022-09-23 22:04:43 -0300
committerTaco de Wolff2022-09-23 22:04:43 -0300
commitd450b475c6131a2a7cbbd7808e4224695900d628 (patch)
treed3b5d7829e979c40f671be31b53c409690ecfa8c
parentbe1f5fb7784bedc0cbcf9a7303e17fa1f21cf9da (diff)
downloadaur-d450b475c6131a2a7cbbd7808e4224695900d628.tar.gz
Update to v2.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c2831718dbe..cb21a4483c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minify
pkgdesc = Minifier CLI for HTML, CSS, JS, JSON, SVG and XML
- pkgver = 2.12.1
+ pkgver = 2.12.2
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.12.1.tar.gz
- sha256sums = 0b72140fc491198f132ac65b324fab219c972f729a2a7cbce1906550cb479d88
+ source = https://github.com/tdewolff/minify/archive/v2.12.2.tar.gz
+ sha256sums = 14c2fd896eae13a33bb2fc23bb1907e5e8569a4cd781165a2959ba64e8dd0617
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index 86fa2307d233..25dcb6257e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.12.1
+pkgver=2.12.2
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=('0b72140fc491198f132ac65b324fab219c972f729a2a7cbce1906550cb479d88')
+sha256sums=('14c2fd896eae13a33bb2fc23bb1907e5e8569a4cd781165a2959ba64e8dd0617')
prepare() {
cd "$pkgname-$pkgver"