aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2021-04-12 11:14:49 +0200
committerGitHub <noreply@github.com>2021-04-12 11:14:49 +0200
commitf4a231cdf59a9bbbfa302aea986856ec0e4f20ad (patch)
treea97399e900e12bd7d31b2a4e3978c311635f8285
parent8770f64816925506eca607dfa2406a066980fd38 (diff)
parent1a4b2b41fb039b48fabe11be3bafc1e6a5fdca9d (diff)
Merge pull request #15396 from BKPepe/update-bottle
python3-bottle: update to version 0.12.19
-rw-r--r--lang/python/python3-bottle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile
index 5caf25199..55ce898b2 100644
--- a/lang/python/python3-bottle/Makefile
+++ b/lang/python/python3-bottle/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python3-bottle
-PKG_VERSION:=0.12.17
-PKG_RELEASE:=2
+PKG_VERSION:=0.12.19
+PKG_RELEASE:=1
PYPI_NAME:=bottle
-PKG_HASH:=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c
+PKG_HASH:=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
PKG_LICENSE:=MIT