summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslokhorst2021-10-30 10:58:06 +0200
committerslokhorst2021-10-30 10:58:06 +0200
commite401368dce25a1cc6b2395149f6c290baed4c002 (patch)
treec8ce5b763e29567b678670b04f1570362e8b967a
parent409afce8d934d61477bfbc01a3a1accfa74cbb4c (diff)
downloadaur-e401368dce25a1cc6b2395149f6c290baed4c002.tar.gz
Update to 4.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1ff650641e4..f970f3cf369e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nodejs-configurable-http-proxy
pkgdesc = node-http-proxy plus a REST API
- pkgver = 4.2.3
+ pkgver = 4.5.0
pkgrel = 1
url = https://github.com/jupyterhub/configurable-http-proxy
arch = any
license = BSD
makedepends = npm
depends = nodejs
- source = https://github.com/jupyterhub/configurable-http-proxy/archive/4.2.3.tar.gz
- sha256sums = 385b35e5fef62048385f5365fa0613a9534f352b95c57706d9f8e5e7668b6c2e
+ source = https://github.com/jupyterhub/configurable-http-proxy/archive/4.5.0.tar.gz
+ sha256sums = 369bc2423c1e232f6193aef089b30e00a20e6fb8a98feb1a7e8198dc52ee7278
pkgname = nodejs-configurable-http-proxy
-
diff --git a/PKGBUILD b/PKGBUILD
index 1b5376f3e3f0..2c8c1ed23a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-configurable-http-proxy
-pkgver=4.2.3
+pkgver=4.5.0
pkgrel=1
pkgdesc="node-http-proxy plus a REST API"
url="https://github.com/jupyterhub/configurable-http-proxy"
@@ -9,7 +9,7 @@ license=('BSD')
makedepends=('npm')
depends=('nodejs')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('385b35e5fef62048385f5365fa0613a9534f352b95c57706d9f8e5e7668b6c2e')
+sha256sums=('369bc2423c1e232f6193aef089b30e00a20e6fb8a98feb1a7e8198dc52ee7278')
_npmname=configurable-http-proxy
package() {