diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-10-23 12:03:47 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-25 21:41:15 +0100 |
commit | ee865a59529e19637ed1b050465b5a0ebf403bcc (patch) | |
tree | 67b36b25e43ef4ba4b9829274c4aeb094d0bf8e0 /package | |
parent | db6fb49e7fcd703f85edddd25dee3d0709a499dd (diff) | |
download | buildroot-ee865a59529e19637ed1b050465b5a0ebf403bcc.tar.gz buildroot-ee865a59529e19637ed1b050465b5a0ebf403bcc.zip |
supervisor: bump to version 3.1.3
And also add a hash file.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/supervisor/supervisor.hash | 2 | ||||
-rw-r--r-- | package/supervisor/supervisor.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/supervisor/supervisor.hash b/package/supervisor/supervisor.hash new file mode 100644 index 0000000000..03f337e7d0 --- /dev/null +++ b/package/supervisor/supervisor.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 supervisor-3.1.3.tar.gz diff --git a/package/supervisor/supervisor.mk b/package/supervisor/supervisor.mk index a6a4731c86..d3c250f0b2 100644 --- a/package/supervisor/supervisor.mk +++ b/package/supervisor/supervisor.mk @@ -4,7 +4,7 @@ # ################################################################################ -SUPERVISOR_VERSION = 3.0a12 +SUPERVISOR_VERSION = 3.1.3 SUPERVISOR_SITE = http://pypi.python.org/packages/source/s/supervisor SUPERVISOR_LICENSE_FILES = LICENSES.txt SUPERVISOR_SETUP_TYPE = setuptools |