diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-28 13:13:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-28 13:13:27 +0000 |
commit | 2a4bbad0359b0c3aed068b02ce5861b59bb0a7d7 (patch) | |
tree | 6c1d33dece7787adafd6667505b022eddd4c1d7b /main/swig | |
parent | dc7ac810b67c5b45ce78b3e5b815cda1fd4f95b3 (diff) | |
download | aports-2a4bbad0359b0c3aed068b02ce5861b59bb0a7d7.tar.bz2 aports-2a4bbad0359b0c3aed068b02ce5861b59bb0a7d7.tar.xz |
main/swig: upgrade to 2.0.2
Diffstat (limited to 'main/swig')
-rw-r--r-- | main/swig/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/swig/APKBUILD b/main/swig/APKBUILD index d3bae1efc..28fedc768 100644 --- a/main/swig/APKBUILD +++ b/main/swig/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=swig -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=0 pkgdesc="SWIG is a compiler that makes it easy to integrate C and C++ code with scripting languages" url="http://www.swig.org/" @@ -21,4 +21,4 @@ package() { make DESTDIR="$pkgdir" install install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="df4465a62ccc5f0120fee0890ea1a31f swig-2.0.1.tar.gz" +md5sums="eaf619a4169886923e5f828349504a29 swig-2.0.2.tar.gz" |