diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-11 17:24:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-12 14:12:37 +0000 |
commit | 04a425be57d46ea9fbafd6fe93cda9e09f2958a8 (patch) | |
tree | 3ef75b9bdc63f35daab3b2c8d3a7ed9aa0730783 /main | |
parent | d3cf1967483d1f925e59460d2aee7a9ff4747444 (diff) | |
download | aports-04a425be57d46ea9fbafd6fe93cda9e09f2958a8.tar.bz2 aports-04a425be57d46ea9fbafd6fe93cda9e09f2958a8.tar.xz |
main/python2-tkinter: upgrade to 2.7.13
Diffstat (limited to 'main')
-rw-r--r-- | main/python2-tkinter/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/python2-tkinter/APKBUILD b/main/python2-tkinter/APKBUILD index 8a4dcf8900..b0b7e29b0a 100644 --- a/main/python2-tkinter/APKBUILD +++ b/main/python2-tkinter/APKBUILD @@ -4,7 +4,7 @@ # a cyclic dependency: python -> tk -> libx11 -> libxcb -> xcb-proto -> python pkgname=python2-tkinter -pkgver=2.7.12 +pkgver=2.7.13 _verbase=${pkgver%.*} pkgrel=0 pkgdesc="A graphical user interface for the Python" @@ -96,6 +96,6 @@ _idle() { _mv_files usr/bin } -md5sums="57dffcee9cee8bb2ab5f82af1d8e9a69 Python-2.7.12.tar.xz" -sha256sums="d7837121dd5652a05fef807c361909d255d173280c4e1a4ded94d73d80a1f978 Python-2.7.12.tar.xz" -sha512sums="6ddbbce47cc49597433d98ca05c2f62f07ed1070807b645602a8e9e9b996adc6fa66fa20a33cd7d23d4e7e925e25071d7301d288149fbe4e8c5f06d5438dda1f Python-2.7.12.tar.xz" +md5sums="53b43534153bb2a0363f08bae8b9d990 Python-2.7.13.tar.xz" +sha256sums="35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731 Python-2.7.13.tar.xz" +sha512sums="f37c9a28ce129d01e63c84d7db627a06402854578f62d17927334ea21ede318e04bbf66e890e3f47c85333e6b19f6e5581fb3f3e27efd24be27017d1b6529c4b Python-2.7.13.tar.xz" |