diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:32:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:00 +0000 |
commit | 53ae89a079fafccc542e6fdf0173e61cf58633e3 (patch) | |
tree | 804fee3964742d111a2cadaea12c5a35d95fae5e /community/python3-tkinter/APKBUILD | |
parent | 0c1bda787d5a2c1236dad111910b5ef6544c0842 (diff) | |
download | aports-53ae89a079fafccc542e6fdf0173e61cf58633e3.tar.bz2 aports-53ae89a079fafccc542e6fdf0173e61cf58633e3.tar.xz |
community/python3-tkinter: upgrade to 3.8.0
Diffstat (limited to 'community/python3-tkinter/APKBUILD')
-rw-r--r-- | community/python3-tkinter/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python3-tkinter/APKBUILD b/community/python3-tkinter/APKBUILD index c1a322ae19..5c21393f17 100644 --- a/community/python3-tkinter/APKBUILD +++ b/community/python3-tkinter/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=python3-tkinter -pkgver=3.7.3 +pkgver=3.8.0 _basever="${pkgver%.*}" pkgrel=0 pkgdesc="A graphical user interface for the Python" @@ -115,6 +115,6 @@ _idle() { _mv_files usr/lib/python*/idlelib } -sha512sums="6d9b7c0f1764e0f655a39430a3af6f7b5e3c9b7166c042e780677a54b17ad4ca6d0d9cba262c82b1b70bba8f7c28883dad4cc0d7cc194fc7d2c1b5f4f08a763a Python-3.7.3.tar.xz +sha512sums="5f9bfcb3acdf592770a9d5abd2c32c68c55a49b92f958ded069e3ef31cf2d415e67112b4f6738fab237dc29e5c622298719946d2e9471e7e78e3a6bdf2fac1d1 Python-3.8.0.tar.xz ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch 37b6ee5d0d5de43799316aa111423ba5a666c17dc7f81b04c330f59c1d1565540eac4c585abe2199bbed52ebe7426001edb1c53bd0a17486a2a8e052d0f494ad fix-xattrs-glibc.patch" |