From b3ae33c7024343bce450d83d1eb1344a1409fab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:09:39 +0100 Subject: [PATCH 1/4] Created manifest for DSC v3.0.0 --- bucket/dsc.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/dsc.json diff --git a/bucket/dsc.json b/bucket/dsc.json new file mode 100644 index 0000000000000..72a13d3f93a13 --- /dev/null +++ b/bucket/dsc.json @@ -0,0 +1,31 @@ +{ + "version": "3.0.0", + "homepage": "https://github.com/PowerShell/dsc", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/PowerShell/DSC/releases/download/v3.0.0/DSC-3.0.0-x86_64-pc-windows-msvc.zip", + "hash": "16989f94feb276b1f24bd3b6d69483de631cc8a38110b0ec559f56b2e09e9f17" + }, + "arm64": { + "url": "https://github.com/PowerShell/DSC/releases/download/v3.0.0/DSC-3.0.0-aarch64-pc-windows-msvc.zip", + "hash": "29dbcc7db22efb43d54e3907aba87816d9b8881bc03ba4ca75ae1162003318c5" + } + }, + "bin": "dsc.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-x86_64-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-aarch64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "https://github.com/PowerShell/DSC/releases/tag/v$version", + "regex": "(?s)$basename.*?$sha256" + } + } +} From bf57b332c7079e65c07586cb13e41fa0b6dc4ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Thu, 13 Mar 2025 10:18:34 +0100 Subject: [PATCH 2/4] Forgot description, oops --- bucket/dsc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/dsc.json b/bucket/dsc.json index 72a13d3f93a13..e3e0a2366b5c5 100644 --- a/bucket/dsc.json +++ b/bucket/dsc.json @@ -1,5 +1,6 @@ { "version": "3.0.0", + "description": "DSC since v3 is an open source command line application that abstracts the management of software components declaratively and idempotently.", "homepage": "https://github.com/PowerShell/dsc", "license": "MIT", "architecture": { From 532ac5bab2ee139a3c75c8fcdd069d3590e8ebe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:39:26 +0200 Subject: [PATCH 3/4] Update dsc.json --- bucket/dsc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dsc.json b/bucket/dsc.json index e3e0a2366b5c5..d00ad9189e18d 100644 --- a/bucket/dsc.json +++ b/bucket/dsc.json @@ -1,16 +1,16 @@ { - "version": "3.0.0", + "version": "3.1.0", "description": "DSC since v3 is an open source command line application that abstracts the management of software components declaratively and idempotently.", "homepage": "https://github.com/PowerShell/dsc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/DSC/releases/download/v3.0.0/DSC-3.0.0-x86_64-pc-windows-msvc.zip", - "hash": "16989f94feb276b1f24bd3b6d69483de631cc8a38110b0ec559f56b2e09e9f17" + "url": "https://github.com/PowerShell/DSC/releases/download/v3.1.0/DSC-3.1.0-x86_64-pc-windows-msvc.zip", + "hash": "78bb454040c1838a2ad62cfc3827c1cbc3d4eda0f60f5ef65c85b8c3472a0963" }, "arm64": { - "url": "https://github.com/PowerShell/DSC/releases/download/v3.0.0/DSC-3.0.0-aarch64-pc-windows-msvc.zip", - "hash": "29dbcc7db22efb43d54e3907aba87816d9b8881bc03ba4ca75ae1162003318c5" + "url": "https://github.com/PowerShell/DSC/releases/download/v3.1.0/DSC-3.1.0-aarch64-pc-windows-msvc.zip", + "hash": "c7bbc59d5b9baa2aef72d58565fd2651091cda364a6e15012072819850059d97" } }, "bin": "dsc.exe", From 67ff1dcd55f7729e2e0cfb4c7d231f4046ef4d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:40:50 +0200 Subject: [PATCH 4/4] Update to v3.1.1 --- bucket/dsc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dsc.json b/bucket/dsc.json index d00ad9189e18d..0891fee105f62 100644 --- a/bucket/dsc.json +++ b/bucket/dsc.json @@ -1,16 +1,16 @@ { - "version": "3.1.0", + "version": "3.1.1", "description": "DSC since v3 is an open source command line application that abstracts the management of software components declaratively and idempotently.", "homepage": "https://github.com/PowerShell/dsc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/DSC/releases/download/v3.1.0/DSC-3.1.0-x86_64-pc-windows-msvc.zip", - "hash": "78bb454040c1838a2ad62cfc3827c1cbc3d4eda0f60f5ef65c85b8c3472a0963" + "url": "https://github.com/PowerShell/DSC/releases/download/v3.1.1/DSC-3.1.1-x86_64-pc-windows-msvc.zip", + "hash": "677873da773755b34e89fa57fe086e88b1dff87d560128e48cc5e5d2318525b7" }, "arm64": { - "url": "https://github.com/PowerShell/DSC/releases/download/v3.1.0/DSC-3.1.0-aarch64-pc-windows-msvc.zip", - "hash": "c7bbc59d5b9baa2aef72d58565fd2651091cda364a6e15012072819850059d97" + "url": "https://github.com/PowerShell/DSC/releases/download/v3.1.1/DSC-3.1.1-aarch64-pc-windows-msvc.zip", + "hash": "a4a0b61411b155a19d89be33b1a4491a85562424e9d7f09476ba8b91f6606afd" } }, "bin": "dsc.exe",