Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
freetds
Commits:
5865586f by Antonio Rojas at 2023-10-27T19:46:28+02:00
upgpkg: 1.4.6-1: Update to 1.4.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = freetds
pkgdesc = Library for accessing Sybase and MS SQL Server databases
- pkgver = 1.4.5
+ pkgver = 1.4.6
pkgrel = 1
url = https://www.freetds.org
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = freetds
backup = etc/freetds/freetds.conf
backup = etc/freetds/locales.conf
backup = etc/freetds/pool.conf
- source = ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.4.5.tar.bz2
- sha256sums =
16c411772bea227b4dd99aa513ff87fc09ee23a2ff8ec7851e5b3ad73227bc2f
+ source = ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.4.6.tar.bz2
+ sha256sums =
813802a1c6bc02fe1696b6ea31aa535225719777736b5bfc23a3a17858956ac0
pkgname = freetds
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=freetds
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc='Library for accessing Sybase and MS SQL Server databases'
url='https://www.freetds.org'
@@ -16,7 +16,7 @@ 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=('16c411772bea227b4dd99aa513ff87fc09ee23a2ff8ec7851e5b3ad73227bc2f')
+sha256sums=('813802a1c6bc02fe1696b6ea31aa535225719777736b5bfc23a3a17858956ac0')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freetds/-/commit/5865586f1cc813157820ed115e96cf1ff0439679
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freetds/-/commit/5865586f1cc813157820ed115e96cf1ff0439679
You're receiving this email because of your account on gitlab.archlinux.org.