summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Zhou2020-03-21 16:13:33 -0400
committerRobert Zhou2020-03-21 16:13:33 -0400
commit33331bce87e08eebcdf25b6ece5c18265902b1b9 (patch)
treee205ab436d29a3ed253e5fa0c5f9eab02df62b1f
parent06e5e086a5d71408df9326494fa2230e42e05b2f (diff)
downloadaur-33331bce87e08eebcdf25b6ece5c18265902b1b9.tar.gz
Update to 2.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9ba8d01cace..5c9b51434f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = minify
pkgdesc = Minifier CLI for HTML, CSS, JS, JSON, SVG and XML
- pkgver = 2.7.2
+ pkgver = 2.7.3
pkgrel = 1
url = https://github.com/tdewolff/minify
arch = x86_64
license = MIT
makedepends = go-pie
optdepends = bash-completion: command-line autocomplete with bash
- source = https://github.com/tdewolff/minify/archive/v2.7.2.tar.gz
- sha256sums = 84c508dc0e7d3047f5aa5b7048c2bef61e3588958b3276d603a65fc84b592b00
+ source = https://github.com/tdewolff/minify/archive/v2.7.3.tar.gz
+ sha256sums = 4215c3ad52c54c9bed88317efc95ded4dda089ec1d49ea2441372ecbbf108f58
pkgname = minify
diff --git a/PKGBUILD b/PKGBUILD
index 3619d8da898c..a97bf1904640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: meepzh <meep.aur@meepzh.com>
pkgname=minify
-pkgver=2.7.2
+pkgver=2.7.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-pie')
optdepends=('bash-completion: command-line autocomplete with bash')
source=("https://github.com/tdewolff/minify/archive/v$pkgver.tar.gz")
-sha256sums=('84c508dc0e7d3047f5aa5b7048c2bef61e3588958b3276d603a65fc84b592b00')
+sha256sums=('4215c3ad52c54c9bed88317efc95ded4dda089ec1d49ea2441372ecbbf108f58')
build() {
cd "$pkgname-$pkgver/cmd/minify"