summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2018-01-18 15:03:58 -0500
committerWilliam Turner2018-01-18 15:05:18 -0500
commit439ec208c699dd1868bf9096633a588bbda8e851 (patch)
tree4c8a2dbe58ee1f71d2d6cefdf84988caec89e70a
parentfe6e46753d79cca9483cda6a68c1d6917b5c706a (diff)
downloadaur-439ec208c699dd1868bf9096633a588bbda8e851.tar.gz
Update to 0.25.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d729b8f2a0..9b995bdd0cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.24.1
+ pkgver = 0.25.4
pkgrel = 1
url = https://github.com/Microsoft/sqlopsstudio
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = sqlops
depends = curl
optdepends = krb5: Windows authentication support
options = staticlibs
- source = http://download.microsoft.com/download/D/6/5/D655C5FA-52CB-4591-8D65-DEE04F05FF16/sqlops-linux-0.24.1.tar.gz
- sha256sums = e3d49c68cb8f0f9f1a23e6660349317970b27c9a31db6f16042d02dc854cf638
+ source = https://github.com/Microsoft/sqlopsstudio/releases/download/0.25.4/sqlops-linux-0.25.4.tar.gz
+ sha256sums = af259da7df87ddd376296aca5a6b174289e02d2737d248ad28cd8a7123316562
pkgname = sqlops
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}"