[arch-commits] Commit in freetds/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 17:55:20 UTC 2021


    Date: Monday, August 30, 2021 @ 17:55:19
  Author: arojas
Revision: 422657

Update to 1.3.2

Modified:
  freetds/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 17:52:30 UTC (rev 422656)
+++ PKGBUILD	2021-08-30 17:55:19 UTC (rev 422657)
@@ -1,18 +1,18 @@
 # Maintainer:
 
 pkgname=freetds
-pkgver=1.3
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='https://www.freetds.org'
-arch=('x86_64')
-license=('LGPL')
-depends=('openssl' 'unixodbc')
-backup=('etc/freetds/freetds.conf'
-        'etc/freetds/locales.conf'
-        'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2")
-sha256sums=('8f979cad4d8350906e6c3645f70471af478d08759ed93cd3a31427f0792b5f97')
+arch=(x86_64)
+license=(LGPL)
+depends=(openssl unixodbc)
+backup=(etc/freetds/freetds.conf
+        etc/freetds/locales.conf
+        etc/freetds/pool.conf)
+source=(ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a6586bc9058185f25c6367e4bf288f63a5087c21e6768805cdbf96f6b5561666')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list