summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslokhorst2024-01-21 10:48:24 +0100
committerslokhorst2024-01-21 10:48:24 +0100
commitb07da63e537f0d355abbb997d4ba00a7ea88cf6e (patch)
tree3af6475cb3a10f25b9122c3ee052143ebadd776a
parent720562902e389205ac0126eebc88861da26e2859 (diff)
downloadaur-b07da63e537f0d355abbb997d4ba00a7ea88cf6e.tar.gz
Update to 4.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57c465e4694..166b2319f970 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.6
+ pkgver = 4.6.1
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.6.tar.gz
- sha256sums = 4d9d94d0e6e44542ac973963b8a6545f4b40c0a2995e865ae9c80a2279e1e0ab
+ source = https://github.com/jupyterhub/configurable-http-proxy/archive/4.6.1.tar.gz
+ sha256sums = 52bac444b1a0629e7817102949f685bdb719d0cbfd0abbaeaa91d42f1ed60852
pkgname = nodejs-configurable-http-proxy
diff --git a/PKGBUILD b/PKGBUILD
index e2733494711e..b273daead011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-configurable-http-proxy
-pkgver=4.5.6
+pkgver=4.6.1
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=('4d9d94d0e6e44542ac973963b8a6545f4b40c0a2995e865ae9c80a2279e1e0ab')
+sha256sums=('52bac444b1a0629e7817102949f685bdb719d0cbfd0abbaeaa91d42f1ed60852')
_npmname=configurable-http-proxy
package() {