summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslokhorst2023-06-10 19:15:58 +0200
committerslokhorst2023-06-10 19:15:58 +0200
commit4d2c53200525a393e253a3603c39c6c4f116adc0 (patch)
treefffed25fb620d98d88537c19ab963751d57768ce
parente401368dce25a1cc6b2395149f6c290baed4c002 (diff)
downloadaur-4d2c53200525a393e253a3603c39c6c4f116adc0.tar.gz
Update to version 4.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f970f3cf369e..73bc82874602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nodejs-configurable-http-proxy
pkgdesc = node-http-proxy plus a REST API
- pkgver = 4.5.0
+ pkgver = 4.5.5
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.5.0.tar.gz
- sha256sums = 369bc2423c1e232f6193aef089b30e00a20e6fb8a98feb1a7e8198dc52ee7278
+ source = https://github.com/jupyterhub/configurable-http-proxy/archive/4.5.5.tar.gz
+ sha256sums = 6f2fc05ae9277d76ab5fb4cfe7c98276cd6bd526ba1841dd9af2cea529526b66
pkgname = nodejs-configurable-http-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 2c8c1ed23a67..70c9d8469897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-configurable-http-proxy
-pkgver=4.5.0
+pkgver=4.5.5
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=('369bc2423c1e232f6193aef089b30e00a20e6fb8a98feb1a7e8198dc52ee7278')
+sha256sums=('6f2fc05ae9277d76ab5fb4cfe7c98276cd6bd526ba1841dd9af2cea529526b66')
_npmname=configurable-http-proxy
package() {