summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14f1c0c2364..873cd9ecb846 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.17.1
+ pkgver = 1.18.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://azuredatastudiobuilds.blob.core.windows.net/releases/1.17.1/azuredatastudio-linux-1.17.1.tar.gz
- source = https://raw.githubusercontent.com/microsoft/azuredatastudio/1.17.1/resources/linux/code.desktop
- sha256sums = 130dd650750614d05a79726e50c6a9b181d66cfca09d4e146bcd6fe977b2a95f
+ source = https://azuredatastudiobuilds.blob.core.windows.net/releases/1.18.0/azuredatastudio-linux-1.18.0.tar.gz
+ source = https://raw.githubusercontent.com/microsoft/azuredatastudio/1.18.0/resources/linux/code.desktop
+ sha256sums = 8a02dfc5e6aebb0a7f3158bc1b6e65c1630a8eee446c1f99cc2bccceb0f8904b
sha256sums = ff4696bdbe8047e0222597831564b78a741dc9597b10a5eca6f901d751c1553e
pkgname = azuredatastudio
diff --git a/PKGBUILD b/PKGBUILD
index bcd41c3cacd4..713d6d6e7bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=azuredatastudio
-pkgver=1.17.1
+pkgver=1.18.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')
@@ -14,7 +14,7 @@ conflicts=('sqlops')
options=('staticlibs')
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=('130dd650750614d05a79726e50c6a9b181d66cfca09d4e146bcd6fe977b2a95f'
+sha256sums=('8a02dfc5e6aebb0a7f3158bc1b6e65c1630a8eee446c1f99cc2bccceb0f8904b'
'ff4696bdbe8047e0222597831564b78a741dc9597b10a5eca6f901d751c1553e')
prepare() {