diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-01-05 23:00:50 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-24 16:33:45 +0000 |
commit | 3719a5100bcacdd579d27720353083610d3a0cf3 (patch) | |
tree | 09e3529c87fbfe904d74ac136e9907d8b0270eae /community/python3-tkinter | |
parent | f18007a6af4ab07f6b6e67b2aba4caac49d93e31 (diff) | |
download | aports-3719a5100bcacdd579d27720353083610d3a0cf3.tar.bz2 aports-3719a5100bcacdd579d27720353083610d3a0cf3.tar.xz |
community/python3-tkinter: Upgrade to 3.6.8
Diffstat (limited to 'community/python3-tkinter')
-rw-r--r-- | community/python3-tkinter/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python3-tkinter/APKBUILD b/community/python3-tkinter/APKBUILD index 1bbce8f638..a96a0603d8 100644 --- a/community/python3-tkinter/APKBUILD +++ b/community/python3-tkinter/APKBUILD @@ -2,9 +2,9 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=python3-tkinter -pkgver=3.6.7 +pkgver=3.6.8 _basever="${pkgver%.*}" -pkgrel=1 +pkgrel=0 pkgdesc="A graphical user interface for the Python" url="https://wiki.python.org/moin/TkInter" arch="all" @@ -110,6 +110,6 @@ _idle() { _mv_files usr/lib/python*/idlelib } -sha512sums="7be753046db8d12fc00f90d9c1b2edcc5ae80ac39e9d0d8d07553081a26f59a60c0d0cf6986006f0729f425d5751273110db3aa2d413d9405fafa9bd6c052fdf Python-3.6.7.tar.xz +sha512sums="b17867e451ebe662f50df83ed112d3656c089e7d750651ea640052b01b713b58e66aac9e082f71fd16f5b5510bc9b797f5ccd30f5399581e9aa406197f02938a Python-3.6.8.tar.xz ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch 37b6ee5d0d5de43799316aa111423ba5a666c17dc7f81b04c330f59c1d1565540eac4c585abe2199bbed52ebe7426001edb1c53bd0a17486a2a8e052d0f494ad fix-xattrs-glibc.patch" |