summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2020-04-30 12:08:14 -0400
committerWilliam Turner2020-04-30 12:08:14 -0400
commitca7cf8202885998a071893d482f9e92771d55655 (patch)
treebdc7c9bfbc017955766cb20712cd78c606b70de4
parentbd53e5f73c1d055c7cc21f6a16fb54c4ee3ff919 (diff)
downloadaur-ca7cf8202885998a071893d482f9e92771d55655.tar.gz
Bump to 1.17.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2ce69a9d0be..19b06ac710b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azuredatastudio
pkgdesc = Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW (formerly SQL Operations Studio).
- pkgver = 1.16.1
+ pkgver = 1.17.0
pkgrel = 1
url = https://github.com/Microsoft/azuredatastudio
arch = x86_64
@@ -24,9 +24,9 @@ pkgbase = azuredatastudio
provides = sqlops
conflicts = sqlops
options = staticlibs
- source = https://github.com/Microsoft/azuredatastudio/releases/download/1.16.1/azuredatastudio-linux-1.16.1.tar.gz
- source = https://raw.githubusercontent.com/microsoft/azuredatastudio/1.16.1/resources/linux/code.desktop
- sha256sums = 13aa8c63164e8805c5f54e77f19437bdab74e9ae70dbc6ab3c50cebdce2c7877
+ source = https://azuredatastudiobuilds.blob.core.windows.net/releases/1.17.0/azuredatastudio-linux-1.17.0.tar.gz
+ source = https://raw.githubusercontent.com/microsoft/azuredatastudio/1.17.0/resources/linux/code.desktop
+ sha256sums = aef7be8b02f4cc99804ab2e148532b78a315e566dbc924d71348abf7e0f1f09c
sha256sums = ff4696bdbe8047e0222597831564b78a741dc9597b10a5eca6f901d751c1553e
pkgname = azuredatastudio
diff --git a/PKGBUILD b/PKGBUILD
index ccde35c39253..0139c0c558a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=azuredatastudio
-pkgver=1.16.1
+pkgver=1.17.0
pkgrel=1
pkgdesc="Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW (formerly SQL Operations Studio)."
arch=('x86_64')
@@ -12,9 +12,9 @@ optdepends=('krb5: Windows authentication support')
provides=('sqlops')
conflicts=('sqlops')
options=('staticlibs')
-source=("https://github.com/Microsoft/azuredatastudio/releases/download/${pkgver}/azuredatastudio-linux-${pkgver}.tar.gz"
+source=("https://azuredatastudiobuilds.blob.core.windows.net/releases/${pkgver}/azuredatastudio-linux-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/microsoft/azuredatastudio/${pkgver}/resources/linux/code.desktop")
-sha256sums=('13aa8c63164e8805c5f54e77f19437bdab74e9ae70dbc6ab3c50cebdce2c7877'
+sha256sums=('aef7be8b02f4cc99804ab2e148532b78a315e566dbc924d71348abf7e0f1f09c'
'ff4696bdbe8047e0222597831564b78a741dc9597b10a5eca6f901d751c1553e')
prepare() {