Update to 1.0.18

This commit is contained in:
Felix Golatofski
2020-01-05 20:36:18 +01:00
parent c50e257bdc
commit 920d0bf9aa
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = nginxbeautifier
pkgdesc = Nginx config formatter and beautifier.
pkgver = 1.0.13
pkgver = 1.0.18
pkgrel = 1
url = https://nginxbeautifier.com
arch = any
@@ -8,7 +8,6 @@ pkgbase = nginxbeautifier
depends = nodejs
provides = nginxbeautifier
source = nginxbeautifier::git://github.com/vasilevich/nginxbeautifier.git
md5sums = SKIP
pkgname = nginxbeautifier

View File

@@ -1,7 +1,7 @@
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
pkgname=nginxbeautifier
pkgver=1.0.16
pkgver=1.0.18
pkgrel=1
pkgdesc='Nginx config formatter and beautifier.'
arch=('any')
@@ -10,10 +10,10 @@ license=('Apache-2.0')
provides=('nginxbeautifier')
depends=('nodejs')
source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
md5sums=('SKIP')
sha512sum=('SKIP')
package() {
cd "$pkgname"
git checkout "5cf5c914a268ce0720f3862bd6e781b37ca768da"
git checkout "49eaeb032466797705edcd4680d965e5d4ac513d"
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
}