diff options
Diffstat (limited to 'main/unixodbc/APKBUILD')
-rw-r--r-- | main/unixodbc/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/unixodbc/APKBUILD b/main/unixodbc/APKBUILD index 1033ae8c2..12c8658d1 100644 --- a/main/unixodbc/APKBUILD +++ b/main/unixodbc/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=unixodbc -pkgver=2.3.2 -pkgrel=2 +pkgver=2.3.4 +pkgrel=0 pkgdesc="ODBC is an open specification to access Data Sources" url="http://www.unixodbc.org/" arch="all" @@ -10,7 +10,7 @@ license="LGPL2+" depends="" makedepends="readline-dev" subpackages="$pkgname-dev $pkgname-doc" -source="http://www.unixodbc.org/unixODBC-${pkgver}.tar.gz" +source="ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${pkgver}.tar.gz" _builddir="$srcdir/unixODBC-$pkgver" prepare() { @@ -38,6 +38,6 @@ package() { make -j1 DESTDIR="$pkgdir" install || return 1 } -md5sums="5e4528851eda5d3d4aed249b669bd05b unixODBC-2.3.2.tar.gz" -sha256sums="9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a unixODBC-2.3.2.tar.gz" -sha512sums="31d705bf3dcaff6707d5680235b34e4d265a084b1de9e1b2ed3bbee1e1dfefdb4437fe3e1736b84e446d1927ec7622296d9e9b129052cb35f4b63b0bd79ccd13 unixODBC-2.3.2.tar.gz" +md5sums="bd25d261ca1808c947cb687e2034be81 unixODBC-2.3.4.tar.gz" +sha256sums="2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 unixODBC-2.3.4.tar.gz" +sha512sums="34799777c95539905d4bbe60ad2b83631a31a68483b6be96dba25f80fa2fff4624ba170078097c942f2206873776d179d7d02a340598c4627f8723eb6f083a26 unixODBC-2.3.4.tar.gz" |