summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2020-12-19 17:35:36 +0100
committerBlair Bonnett2020-12-19 17:35:36 +0100
commitaf3a498f483aaf32a37400f1e982bf84ff7fe885 (patch)
tree53db4650b06e74b4fb56197ea4fa8dd88ab64077
parent525d7394f22d69943e27d36f56ddf237b1993798 (diff)
downloadaur-af3a498f483aaf32a37400f1e982bf84ff7fe885.tar.gz
Update to 0.15.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 150b18f22cf3..29c0a24e79b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = jupyterhub-systemdspawner
pkgdesc = Spawn JupyterHub single-user servers with systemd
- pkgver = 0.14
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/jupyterhub/systemdspawner
arch = any
license = BSD
makedepends = python-setuptools
depends = jupyterhub
- source = https://files.pythonhosted.org/packages/source/j/jupyterhub-systemdspawner/jupyterhub-systemdspawner-0.14.tar.gz
+ source = https://files.pythonhosted.org/packages/source/j/jupyterhub-systemdspawner/jupyterhub-systemdspawner-0.15.0.tar.gz
source = https://raw.githubusercontent.com/jupyterhub/systemdspawner/master/LICENSE
- sha256sums = 080dd9cd9292266dad35d1efc7aa1af0ed6993d15eadc79bd959d1ee273d1923
+ sha256sums = b6e2d981657aa5d3794abb89b1650d056524158a3d0f0f706007cae9b6dbeb2b
sha256sums = 8879cac31d6a25ae880180569ea4d80ca9b24ea9e73a73b5604a9711f1744a29
pkgname = jupyterhub-systemdspawner
diff --git a/PKGBUILD b/PKGBUILD
index 4dd88d57428b..32aee582522c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jupyterhub-systemdspawner
pkgdesc="Spawn JupyterHub single-user servers with systemd"
-pkgver=0.14
+pkgver=0.15.0
pkgrel=1
url="https://github.com/jupyterhub/systemdspawner"
arch=('any')
@@ -14,7 +14,7 @@ source=(
'https://raw.githubusercontent.com/jupyterhub/systemdspawner/master/LICENSE'
)
sha256sums=(
- '080dd9cd9292266dad35d1efc7aa1af0ed6993d15eadc79bd959d1ee273d1923'
+ 'b6e2d981657aa5d3794abb89b1650d056524158a3d0f0f706007cae9b6dbeb2b'
'8879cac31d6a25ae880180569ea4d80ca9b24ea9e73a73b5604a9711f1744a29'
)