summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan2024-03-20 08:03:34 +1300
committerDan2024-03-20 08:03:34 +1300
commit97f1cbf033eaabf505180611acbe182e4371fee3 (patch)
tree620d15212dbe071e894a93a0787fddeb19b7b742 /PKGBUILD
parent7070a16e8d57e9db4bce6f691fb470822bf11d70 (diff)
downloadaur-mssql-server.tar.gz
Updated to 16.0.4115.5-2 and also updated url to new alias for azure
front-end
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 425c94384ed9..db1c77c92031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gabriel Morrison Lima Dantas <gabrielmldantas@gmail.com>
# Contributor: Aleksey Kamenskikh <aleksey.kamenskikh@gmail.com>
pkgname=mssql-server
-pkgver=16.0.4105.2
+pkgver=16.0.4115.5
_remRevision=2
_prodver=${pkgver}-${_remRevision}
pkgrel=1
@@ -28,12 +28,13 @@ depends=(
);
optdepends=(
'python-pyodbc'
+ 'debugedit'
);
-#This is a local azure instance that resolves as an alias of "packages.microsoft.com/rhel/7/mssql-server-2019" as some regions have different dir structures
-source=("http://csd-apt-sea-d-4.southeastasia.cloudapp.azure.com/rhel/8/mssql-server-2022/Packages/m/${pkgname}-${_prodver}.x86_64.rpm")
+#This is a local azure instance that resolves as an alias of "packages.microsoft.com/rhel/8/mssql-server-2022" as some regions have different dir structures
+source=("https://pmc-prod-afd-endpoint-evdhh8f8byhsezfp.b01.azurefd.net/rhel/8/mssql-server-2022/Packages/m/${pkgname}-${_prodver}.x86_64.rpm")
-sha256sums=('9b868eec2355c563dff30c9ada399a374b4b911c3a835baac5ed399f63d931d8')
+sha256sums=('12b064c75d3203bacc6af605077127b3be2ed2b1b48d3c876370887d5aa96bdd')
install=$pkgname.install