summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2018-02-18 00:40:38 -0500
committerWilliam Turner2018-02-18 00:40:38 -0500
commit43561729b57da0cc36d2a43eb426439d07d7f2dc (patch)
treea7bb9fac501a885c63b30ecd13bc9b1ccde27730
parentaca8dc55d4b229e56a36135e34a10b306c9f1405 (diff)
downloadaur-43561729b57da0cc36d2a43eb426439d07d7f2dc.tar.gz
Update to 0.26.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 803337b4ed4d..21d9d53e71e8 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.26.6
+ pkgver = 0.26.7
pkgrel = 1
url = https://github.com/Microsoft/sqlopsstudio
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = sqlops
depends = curl
optdepends = krb5: Windows authentication support
options = staticlibs
- source = https://github.com/Microsoft/sqlopsstudio/releases/download/0.26.6/sqlops-linux-0.26.6.tar.gz
+ source = https://github.com/Microsoft/sqlopsstudio/releases/download/0.26.6/sqlops-linux-0.26.7.tar.gz
source = sqlops.desktop
- sha256sums = 92456d2074b32eb081de8b6725adec0d88fa7170b42c17c685d9b44760013108
+ sha256sums = d3f649dd16c499a0aa1039ec7b5c0884f1caebb11414170b9cc6e3a2bbbc4d2c
sha256sums = b5ad95bef9b56aba179c642e0edac04c32aa8cb3c4c0428cf0257119995e1dc2
pkgname = sqlops
diff --git a/PKGBUILD b/PKGBUILD
index 844d012b7a4b..4d0ce3ce6293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=sqlops
-pkgver=0.26.6
+pkgver=0.26.7
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,9 +9,9 @@ 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=("https://github.com/Microsoft/sqlopsstudio/releases/download/${pkgver}/sqlops-linux-${pkgver}.tar.gz"
+source=("https://github.com/Microsoft/sqlopsstudio/releases/download/0.26.6/sqlops-linux-${pkgver}.tar.gz"
'sqlops.desktop')
-sha256sums=('92456d2074b32eb081de8b6725adec0d88fa7170b42c17c685d9b44760013108'
+sha256sums=('d3f649dd16c499a0aa1039ec7b5c0884f1caebb11414170b9cc6e3a2bbbc4d2c'
'b5ad95bef9b56aba179c642e0edac04c32aa8cb3c4c0428cf0257119995e1dc2')
package() {