summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2021-01-06 13:22:37 +0100
committerfenuks2021-01-06 13:22:37 +0100
commitdc72cb6b8207cc2d148a2bce9874b2b0952acb5e (patch)
tree4f1512c1e3ae2cee0df05cfae72570c15b7e0616
parentb67d545ebc9f966da2a02fdae709d00d5872fb5f (diff)
downloadaur-fixjson.tar.gz
Update to 1.1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc6c8c4c94e0..8acb6273cf08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = fixjson
pkgdesc = JSON fixer for Humans
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://www.npmjs.com/package/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = fixjson-1.1.1.tgz
+ noextract = fixjson-1.1.2.tgz
options = !emptydirs
- source = https://registry.npmjs.org/fixjson/-/fixjson-1.1.1.tgz
- sha256sums = dc617af1cb53f149a9dffd0b5956c4ce0c055263c1b10129e7a85fe4bd536bdd
+ source = https://registry.npmjs.org/fixjson/-/fixjson-1.1.2.tgz
+ sha256sums = 28bcae94ecfbe7495f778066216946fd1858c1ff612981f4f3d6fa12a884c879
pkgname = fixjson
diff --git a/PKGBUILD b/PKGBUILD
index e780b47d3ed3..07b1ed4e31eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fenuks
pkgname=fixjson
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="JSON fixer for Humans"
arch=('any')
@@ -11,7 +11,7 @@ url="https://www.npmjs.com/package/${fixjson}"
license=('MIT')
source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-$pkgver.tgz)
noextract=(${pkgname}-$pkgver.tgz)
-sha256sums=('dc617af1cb53f149a9dffd0b5956c4ce0c055263c1b10129e7a85fe4bd536bdd')
+sha256sums=('28bcae94ecfbe7495f778066216946fd1858c1ff612981f4f3d6fa12a884c879')
options=('!emptydirs')
provides=()
conflicts=()