summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3605eb5d8a..79ac35d81f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-unixodbc
pkgdesc = ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
- pkgver = 2.3.2
+ pkgver = 2.3.4
pkgrel = 1
url = http://www.unixodbc.org/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = lib32-unixodbc
makedepends = gcc-multilib
depends = lib32-libltdl
depends = unixodbc
- source = http://www.unixodbc.org/unixODBC-2.3.2.tar.gz
- sha256sums = 9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a
+ source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz
+ sha256sums = 2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39
pkgname = lib32-unixodbc
diff --git a/PKGBUILD b/PKGBUILD
index 5e5640537e43..54ea975f3ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=lib32-unixodbc
-pkgver=2.3.2
+pkgver=2.3.4
pkgrel=1
pkgdesc='ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources'
arch=('x86_64')
@@ -13,8 +13,8 @@ license=('GPL2' 'LGPL2.1')
depends=('lib32-libltdl' 'unixodbc')
makedepends=('gcc-multilib')
groups=('pipelight-libs')
-source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
-sha256sums=('9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a')
+source=("ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${pkgver}.tar.gz")
+sha256sums=('2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39')
build() {
cd unixODBC-${pkgver}