summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Conseil2015-09-07 23:50:44 +0200
committerSimon Conseil2015-09-07 23:50:44 +0200
commit3624873273b923b669c86ca9c7837253b76419c0 (patch)
tree115632773301fcafc9929edf5f84c03dfd3dc245
parentd427928cd4b0eca3cda4af2c7784ee226b53333c (diff)
downloadaur-3624873273b923b669c86ca9c7837253b76419c0.tar.gz
Update 0.9.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48b8172fa87..6b1ea11bda3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jslint
pkgdesc = Command-line JSLint, installed through npm
- pkgver = 0.6.1
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/reid/node-jslint
arch = any
license = custom:BSD and modified MIT
depends = nodejs
- source = https://github.com/reid/node-jslint/archive/v0.6.1.tar.gz
- sha256sums = b1e9fc4f9e17e954c45c2fcae729691e64df1367c322f3451af9cd204f3354c5
+ source = https://github.com/reid/node-jslint/archive/v0.9.3.tar.gz
+ sha256sums = 740ef493529fc11a4fbe700c54fa05c63881ea23d33fecba0cdab966093a93a4
pkgname = jslint
diff --git a/PKGBUILD b/PKGBUILD
index 1d853238c7e8..568cdf1cff34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mark Harviston infinull@gmail.com
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
pkgname=jslint
-pkgver=0.6.1
+pkgver=0.9.3
pkgrel=1
pkgdesc="Command-line JSLint, installed through npm"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/reid/node-jslint"
license=('custom:BSD and modified MIT')
depends=('nodejs')
source=("https://github.com/reid/node-jslint/archive/v$pkgver.tar.gz")
-sha256sums=("b1e9fc4f9e17e954c45c2fcae729691e64df1367c322f3451af9cd204f3354c5")
+sha256sums=("740ef493529fc11a4fbe700c54fa05c63881ea23d33fecba0cdab966093a93a4")
package() {
cd "$srcdir/node-$pkgname-$pkgver"