Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 70e4a43

Browse files
committed
Update packages
1 parent 53a9aa7 commit 70e4a43

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

aur/moosync

Submodule moosync updated from 507b93f to 377e76c

aur/moosync-bin

Submodule moosync-bin updated from 964b1fc to 2a295ec

chocolatey/moosync.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<!-- == PACKAGE SPECIFIC SECTION == -->
66
<id>moosync</id>
7-
<version>10.1.2</version>
7+
<version>10.2.0</version>
88
<packageSourceUrl>https://github.com/Moosync/Moosync</packageSourceUrl>
99
<owners>Sahil Gupte</owners>
1010
<!-- ============================== -->
@@ -36,7 +36,7 @@
3636
- Develop own apps on top of Moosync Extension API
3737
- Available on Windows and Linux and MacOS
3838
</description>
39-
<releaseNotes>https://github.com/Moosync/Moosync/releases/tag/v10.1.2</releaseNotes>
39+
<releaseNotes>https://github.com/Moosync/Moosync/releases/tag/v10.2.0</releaseNotes>
4040
<!-- =============================== -->
4141
</metadata>
4242
<files>

chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://github.com/Moosync/Moosync/releases/download/v10.1.2/Moosync-10.1.2-win-x64.exe'
3+
$url64 = 'https://github.com/Moosync/Moosync/releases/download/v10.2.0/Moosync-10.2.0-win-x64.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
@@ -10,7 +10,7 @@ $packageArgs = @{
1010

1111
softwareName = 'Moosync*'
1212

13-
checksum64 = '02f4eb018e92ea4aded9d5547a00f4a43a5cb66362b9c12f285c643434d56eb1'
13+
checksum64 = 'a8b6e2e27192999592e2888c2e3121924e9df9355fb9e3ce63741a6a6444a362'
1414
checksumType64 = 'sha256'
1515

1616
validExitCodes = @(0, 3010, 1641)

0 commit comments

Comments
 (0)