diff options
author | Ting-Wei Lan | 2014-04-01 13:16:33 +0800 |
---|---|---|
committer | Ting-Wei Lan | 2014-04-01 13:16:33 +0800 |
commit | d826ea6abe9c4e1e396067fd013bdb32a7553b46 (patch) | |
tree | 334c3acbb33d77c188c0308deaa8b71539b984a8 | |
parent | 53e32b7983dd65af9b3a96818734ae45a58db674 (diff) | |
download | aur-d826ea6abe9c4e1e396067fd013bdb32a7553b46.tar.gz |
mingw-w64-gtk2: 2.24.22 -> 2.24.23
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = mingw-w64-gtk2 pkgdesc = GTK+ is a multi-platform toolkit (v2) (mingw-w64) - pkgver = 2.24.22 - pkgrel = 3 + pkgver = 2.24.23 + pkgrel = 1 url = http://www.gtk.org arch = any license = LGPL @@ -18,8 +18,8 @@ pkgbase = mingw-w64-gtk2 options = !strip options = !buildflags options = staticlibs - source = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.22.tar.xz - md5sums = 5fbbfb7637bbd571a572a2dae0e736d2 + source = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.23.tar.xz + sha256sums = a0a406e27e9b5e7d6b2c4334212706ed5cdcd41e713e66c9ae950655dd61517c pkgname = mingw-w64-gtk2 @@ -1,6 +1,6 @@ pkgname=mingw-w64-gtk2 -pkgver=2.24.22 -pkgrel=3 +pkgver=2.24.23 +pkgrel=1 pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)" arch=(any) url="http://www.gtk.org" @@ -17,7 +17,7 @@ options=(!libtool !strip !buildflags staticlibs) source=( "http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz") -md5sums=("5fbbfb7637bbd571a572a2dae0e736d2") +sha256sums=("a0a406e27e9b5e7d6b2c4334212706ed5cdcd41e713e66c9ae950655dd61517c") _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |