diff options
author | William Turner | 2023-03-22 13:14:45 -0400 |
---|---|---|
committer | William Turner | 2023-03-22 13:14:45 -0400 |
commit | 6a52b834d0b6a44a7d6d1facf81335438673c952 (patch) | |
tree | 7b00d3844588fcfabb3763406fc1a7d40acff936 | |
parent | 25889e4064d95992608addc854624865de86d056 (diff) | |
download | aur-6a52b834d0b6a44a7d6d1facf81335438673c952.tar.gz |
upgpkg: azuredatastudio-bin 1.42.0-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = azuredatastudio-bin pkgdesc = Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW (official prebuilt version) - pkgver = 1.41.2 + pkgver = 1.42.0 pkgrel = 1 url = https://github.com/Microsoft/azuredatastudio arch = x86_64 @@ -20,9 +20,9 @@ pkgbase = azuredatastudio-bin optdepends = krb5: Windows authentication support conflicts = azuredatastudio options = staticlibs - source = azuredatastudio-bin-1.41.2.tar.gz::https://azuredatastudio-update.azurewebsites.net/1.41.2/linux-x64/stable + source = azuredatastudio-bin-1.42.0.tar.gz::https://azuredatastudio-update.azurewebsites.net/1.42.0/linux-x64/stable source = azuredatastudio.desktop - sha256sums = 01e21844bd2132639b6db124361ca2e79120c808613e3078171dc4bd9ee9d803 + sha256sums = 5d2976a30ca0665c2040fed45611d70ddf1611504711c1e390e69dac359873ae sha256sums = 460ef23631450298409a96c75662428ffc356b666eefbab813e78ef71e346727 pkgname = azuredatastudio-bin @@ -1,7 +1,7 @@ # Maintainer: William Turner <willtur.will@gmail.com> pkgname=azuredatastudio-bin _pkgname=azuredatastudio -pkgver=1.41.2 +pkgver=1.42.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 (official prebuilt version)" arch=('x86_64') @@ -14,7 +14,7 @@ conflicts=('azuredatastudio') options=('staticlibs') source=("$pkgname-$pkgver.tar.gz::https://azuredatastudio-update.azurewebsites.net/$pkgver/linux-x64/stable" "${_pkgname}.desktop") -sha256sums=('01e21844bd2132639b6db124361ca2e79120c808613e3078171dc4bd9ee9d803' +sha256sums=('5d2976a30ca0665c2040fed45611d70ddf1611504711c1e390e69dac359873ae' '460ef23631450298409a96c75662428ffc356b666eefbab813e78ef71e346727') package() { |