summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e6634c528c..50b87dd43edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = azure-sphere-sdk
pkgdesc = Azure Sphere SDK Preview for Linux
pkgver = 21.07
- pkgrel = 1
+ pkgrel = 2
url = https://aka.ms/AzureSphereSDK
install = azure-sphere-sdk.install
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = azure-sphere-sdk
optdepends = code: for software development
options = !strip
options = staticlibs
- source = azure-sphere-sdk-21.07.tar.gz::https://software-download.microsoft.com/download/pr/Azure_Sphere_SDK_Bundle_2107.tar.gz
+ source = azure-sphere-sdk-21.07.tar.gz::https://software-download.microsoft.com/download/pr/Azure_Sphere_SDK_Bundle_2107_1.tar.gz
source = azure-sphere-sdk.udev
source = azure-sphere-sdk.sysusers
- sha256sums = 6f720e3db0019a9695122bec65e290213a8730b6129289a84308755face19664
+ sha256sums = ec0656e9181221f26b3dc8402b2e158775fd064c0550e78e5c5ed687178b3d76
sha256sums = 649ec04bdd0c052838bf3364fdd32313264891c4f7f60039cb644ef79c3c589f
sha256sums = 323c5e51b6bcf92c7e024cfd6bd6843cb57531317c6ef887b1bced81e920d43e
diff --git a/PKGBUILD b/PKGBUILD
index e911e7644fe9..4f44423b9db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=azure-sphere-sdk
pkgmajor=21
pkgminor=07
pkgver=${pkgmajor}.${pkgminor}
-pkgrel=1
+pkgrel=2
pkgdesc="Azure Sphere SDK Preview for Linux"
arch=('x86_64')
url="https://aka.ms/AzureSphereSDK"
@@ -18,10 +18,10 @@ install="${pkgname}".install
optdepends=('minicom: for serial communication with the Sphere board'
'code: for software development')
options=(!strip staticlibs)
-source=("${pkgname}-${pkgver}.tar.gz::https://software-download.microsoft.com/download/pr/Azure_Sphere_SDK_Bundle_${pkgmajor}${pkgminor}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://software-download.microsoft.com/download/pr/Azure_Sphere_SDK_Bundle_${pkgmajor}${pkgminor}_1.tar.gz"
"azure-sphere-sdk.udev"
"azure-sphere-sdk.sysusers")
-sha256sums=('6f720e3db0019a9695122bec65e290213a8730b6129289a84308755face19664'
+sha256sums=('ec0656e9181221f26b3dc8402b2e158775fd064c0550e78e5c5ed687178b3d76'
'649ec04bdd0c052838bf3364fdd32313264891c4f7f60039cb644ef79c3c589f'
'323c5e51b6bcf92c7e024cfd6bd6843cb57531317c6ef887b1bced81e920d43e')