summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-09-07 08:46:57 -0400
committerAndrew Sun2020-09-07 08:46:57 -0400
commitb19d75f883c22bd8cfbb9c8016c5b8c39fac488a (patch)
tree1b99b9bb60ce100daba4175486729da3c0077009
parent7a561c0fe91e9522b12b6ae9a31baa21642d6752 (diff)
downloadaur-b19d75f883c22bd8cfbb9c8016c5b8c39fac488a.tar.gz
2.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf5c6a73518..33ab897241c9 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.8
+ pkgver = 2.3.9
pkgrel = 1
url = http://www.unixodbc.org/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = lib32-unixodbc
makedepends = lib32-gcc-libs
depends = lib32-libltdl
depends = unixodbc
- source = http://www.unixodbc.org/unixODBC-2.3.8.tar.gz
- sha256sums = 85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5
+ source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.9.tar.gz
+ sha256sums = 52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207
pkgname = lib32-unixodbc
diff --git a/PKGBUILD b/PKGBUILD
index 102a995c9bf3..257c3d98fb3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=lib32-unixodbc
-pkgver=2.3.8
+pkgver=2.3.9
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 @@ url='http://www.unixodbc.org/'
license=('GPL2' 'LGPL2.1')
depends=('lib32-libltdl' 'unixodbc')
makedepends=('gcc-multilib' 'lib32-gcc-libs')
-source=("http://www.unixodbc.org/unixODBC-${pkgver}.tar.gz")
-sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5')
+source=("ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${pkgver}.tar.gz")
+sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207')
build() {
cd ${srcdir}/unixODBC-${pkgver}