summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7da3f60eaa80..a9c96e6c42a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=sqlops
-pkgver=0.24.1
+pkgver=0.25.4
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')
@@ -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/D/6/5/D655C5FA-52CB-4591-8D65-DEE04F05FF16/sqlops-linux-${pkgver}.tar.gz")
-sha256sums=('e3d49c68cb8f0f9f1a23e6660349317970b27c9a31db6f16042d02dc854cf638')
+source=("https://github.com/Microsoft/sqlopsstudio/releases/download/${pkgver}/sqlops-linux-${pkgver}.tar.gz")
+sha256sums=('af259da7df87ddd376296aca5a6b174289e02d2737d248ad28cd8a7123316562')
package() {
install -d "${pkgdir}/usr/share/licenses/${pkgname}"