aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-08-22 14:31:52 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-08-22 14:31:52 +0000
commit0330746cada616a7204d2433c15ea53c57fe033a (patch)
tree3732e6457d56cbb947321f19e2f6d4d9707d24d0
parentdb71a585824c36d9d4b001a722ac9681b0f7809a (diff)
downloadalpine_aports-0330746cada616a7204d2433c15ea53c57fe033a.tar.bz2
alpine_aports-0330746cada616a7204d2433c15ea53c57fe033a.tar.xz
alpine_aports-0330746cada616a7204d2433c15ea53c57fe033a.zip
main/python2-tkinter: upgrade to 2.7.15
-rw-r--r--main/python2-tkinter/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/python2-tkinter/APKBUILD b/main/python2-tkinter/APKBUILD
index ea047e944f..627a1806d2 100644
--- a/main/python2-tkinter/APKBUILD
+++ b/main/python2-tkinter/APKBUILD
@@ -4,9 +4,9 @@
4# a cyclic dependency: python -> tk -> libx11 -> libxcb -> xcb-proto -> python 4# a cyclic dependency: python -> tk -> libx11 -> libxcb -> xcb-proto -> python
5 5
6pkgname=python2-tkinter 6pkgname=python2-tkinter
7pkgver=2.7.13 7pkgver=2.7.15
8_verbase=${pkgver%.*} 8_verbase=${pkgver%.*}
9pkgrel=1 9pkgrel=0
10pkgdesc="A graphical user interface for the Python" 10pkgdesc="A graphical user interface for the Python"
11url="https://wiki.python.org/moin/TkInter" 11url="https://wiki.python.org/moin/TkInter"
12arch="all" 12arch="all"
@@ -98,6 +98,4 @@ _idle() {
98 _mv_files usr/bin 98 _mv_files usr/bin
99} 99}
100 100
101md5sums="53b43534153bb2a0363f08bae8b9d990 Python-2.7.13.tar.xz" 101sha512sums="27ea43eb45fc68f3d2469d5f07636e10801dee11635a430ec8ec922ed790bb426b072da94df885e4dfa1ea8b7a24f2f56dd92f9b0f51e162330f161216bd6de6 Python-2.7.15.tar.xz"
102sha256sums="35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731 Python-2.7.13.tar.xz"
103sha512sums="f37c9a28ce129d01e63c84d7db627a06402854578f62d17927334ea21ede318e04bbf66e890e3f47c85333e6b19f6e5581fb3f3e27efd24be27017d1b6529c4b Python-2.7.13.tar.xz"