summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2019-10-11 15:07:08 -0400
committerWilliam Turner2019-10-11 15:07:08 -0400
commita9cd3e0346a1981858e22d44de4f4c2133fbf813 (patch)
tree22eb3e3b21d032fc35cd7bde4f148a57818a3343
parent1d0e974e6af6018e5c14c3357359d6c79b20ce68 (diff)
downloadaur-a9cd3e0346a1981858e22d44de4f4c2133fbf813.tar.gz
Bump to 1.12.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a77ac1138c..4466012cfe2f 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.12.1
+ pkgver = 1.12.2
pkgrel = 1
url = https://github.com/Microsoft/azuredatastudio
arch = x86_64
@@ -25,9 +25,9 @@ pkgbase = azuredatastudio
provides = sqlops
conflicts = sqlops
options = staticlibs
- source = https://github.com/Microsoft/azuredatastudio/releases/download/1.12.1/azuredatastudio-linux-1.12.1.tar.gz
- source = https://raw.githubusercontent.com/microsoft/azuredatastudio/1.12.1/resources/linux/code.desktop
- sha256sums = f2f42ce4e39ac206bbea23d71543d223f5e598e1c0ff296efd59babbf7149fb6
+ source = https://github.com/Microsoft/azuredatastudio/releases/download/1.12.2/azuredatastudio-linux-1.12.2.tar.gz
+ source = https://raw.githubusercontent.com/microsoft/azuredatastudio/1.12.2/resources/linux/code.desktop
+ sha256sums = 68b01deb857bf97f080c9f63548b77d046bd064428bd3be3131e2fc0af9db2d8
sha256sums = fdf6f3a119e06d91bcbef2babc3b8b1730ae7e69756cac0dc40af8920bbeb194
pkgname = azuredatastudio
diff --git a/PKGBUILD b/PKGBUILD
index bc6cff545a6a..f83bb5c15e81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=azuredatastudio
-pkgver=1.12.1
+pkgver=1.12.2
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://github.com/Microsoft/azuredatastudio/releases/download/${pkgver}/azuredatastudio-linux-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/microsoft/azuredatastudio/${pkgver}/resources/linux/code.desktop")
-sha256sums=('f2f42ce4e39ac206bbea23d71543d223f5e598e1c0ff296efd59babbf7149fb6'
+sha256sums=('68b01deb857bf97f080c9f63548b77d046bd064428bd3be3131e2fc0af9db2d8'
'fdf6f3a119e06d91bcbef2babc3b8b1730ae7e69756cac0dc40af8920bbeb194')
prepare() {