summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130d4849d985..f4d729b8f2a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sqlops
pkgdesc = SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
- pkgver = 0.23.6
- pkgrel = 2
+ pkgver = 0.24.1
+ pkgrel = 1
url = https://github.com/Microsoft/sqlopsstudio
arch = x86_64
license = custom: microsoft
@@ -22,8 +22,8 @@ pkgbase = sqlops
depends = curl
optdepends = krb5: Windows authentication support
options = staticlibs
- source = http://download.microsoft.com/download/4/E/B/4EB84B63-4532-40D4-A1CD-8FD5772971CF/sqlops-linux-0.23.6.tar.gz
- sha256sums = 854039f310171005e1e78a7aac9751803374926d60b7c4f83683815a32c3e66a
+ source = http://download.microsoft.com/download/D/6/5/D655C5FA-52CB-4591-8D65-DEE04F05FF16/sqlops-linux-0.24.1.tar.gz
+ sha256sums = e3d49c68cb8f0f9f1a23e6660349317970b27c9a31db6f16042d02dc854cf638
pkgname = sqlops
diff --git a/PKGBUILD b/PKGBUILD
index 62ea6a498844..7da3f60eaa80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=sqlops
-pkgver=0.23.6
-pkgrel=2
+pkgver=0.24.1
+pkgrel=1
pkgdesc="SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux."
arch=('x86_64')
url="https://github.com/Microsoft/sqlopsstudio"
@@ -9,8 +9,8 @@ license=('custom: microsoft')
depends=('fontconfig' 'libxtst' 'gtk2' 'python' 'cairo' 'alsa-lib' 'nss' 'gcc-libs' 'glibc' 'libxss' 'gconf' 'libxkbfile' 'libunwind' 'libsecret' 'curl')
optdepends=('krb5: Windows authentication support')
options=('staticlibs')
-source=("http://download.microsoft.com/download/4/E/B/4EB84B63-4532-40D4-A1CD-8FD5772971CF/sqlops-linux-${pkgver}.tar.gz")
-sha256sums=('854039f310171005e1e78a7aac9751803374926d60b7c4f83683815a32c3e66a')
+source=("http://download.microsoft.com/download/D/6/5/D655C5FA-52CB-4591-8D65-DEE04F05FF16/sqlops-linux-${pkgver}.tar.gz")
+sha256sums=('e3d49c68cb8f0f9f1a23e6660349317970b27c9a31db6f16042d02dc854cf638')
package() {
install -d "${pkgdir}/usr/share/licenses/${pkgname}"