summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaco de Wolff2022-10-02 23:00:19 -0300
committerTaco de Wolff2022-10-02 23:00:19 -0300
commit89fb81b844b79e0c423e4a0f409a2362d81de141 (patch)
treefaefbd71665a8f0a79a1d5171806da8d806bc46f
parentd450b475c6131a2a7cbbd7808e4224695900d628 (diff)
downloadaur-89fb81b844b79e0c423e4a0f409a2362d81de141.tar.gz
Update to v2.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb21a4483c0d..ee7baee2049e 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.2
+ pkgver = 2.12.3
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.2.tar.gz
- sha256sums = 14c2fd896eae13a33bb2fc23bb1907e5e8569a4cd781165a2959ba64e8dd0617
+ source = https://github.com/tdewolff/minify/archive/v2.12.3.tar.gz
+ sha256sums = 254ec327bd2c28a6b4e986aa6d5296eda5b34d421d00c3cc44f613d8c9d86193
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index 25dcb6257e8b..5c0a4d7a66bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.12.2
+pkgver=2.12.3
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=('14c2fd896eae13a33bb2fc23bb1907e5e8569a4cd781165a2959ba64e8dd0617')
+sha256sums=('254ec327bd2c28a6b4e986aa6d5296eda5b34d421d00c3cc44f613d8c9d86193')
prepare() {
cd "$pkgname-$pkgver"