summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilopon2016-09-10 01:55:02 +0900
committerphilopon2016-09-10 01:55:02 +0900
commitd89e3267458168e4c3e5a2f513ab4c3616dde32f (patch)
tree678cc5c36903de78791f6cf8ea2120e7ef157f0c
parentfde8e8091fe32ff890825df699cac7642fcbeaa8 (diff)
downloadaur-d89e3267458168e4c3e5a2f513ab4c3616dde32f.tar.gz
Update to 1.3.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70bf4c778feb..91b75cf1aed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri Sep 9 16:54:12 UTC 2016
pkgbase = nodejs-configurable-http-proxy
pkgdesc = node-http-proxy plus a REST API
- pkgver = 0.3.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/jupyter/configurable-http-proxy
arch = any
license = BSD
depends = nodejs
- source = https://github.com/jupyter/configurable-http-proxy/archive/0.3.0.tar.gz
- md5sums = c53a6293a38d0f69a21bb10e48d9f2ad
+ source = https://github.com/jupyter/configurable-http-proxy/archive/1.3.0.tar.gz
+ sha256sums = 4c59c33a0db7b353d626691bd70763cdb7c5a97850cb3f0f01eb7111867fd9e3
pkgname = nodejs-configurable-http-proxy
diff --git a/PKGBUILD b/PKGBUILD
index fa21f9182e3c..dde868f8bb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-configurable-http-proxy
-pkgver=0.3.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="node-http-proxy plus a REST API"
url="https://github.com/jupyter/configurable-http-proxy"
@@ -8,7 +8,7 @@ arch=(any)
license=('BSD')
depends=('nodejs')
source=("https://github.com/jupyter/configurable-http-proxy/archive/${pkgver}.tar.gz")
-md5sums=('c53a6293a38d0f69a21bb10e48d9f2ad')
+sha256sums=('4c59c33a0db7b353d626691bd70763cdb7c5a97850cb3f0f01eb7111867fd9e3')
_npmname=configurable-http-proxy
package() {