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

Commit 12be9db

Browse files
committed
Bump packages
1 parent 14717ef commit 12be9db

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

aur/moosync

Submodule moosync updated from b8b93b4 to 6aff2d7

aur/moosync-bin

Submodule moosync-bin updated from a1455ac to 2664eea

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.3.0</version>
7+
<version>10.3.2</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.3.0</releaseNotes>
39+
<releaseNotes>https://github.com/Moosync/Moosync/releases/tag/v10.3.2</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.3.0/Moosync-10.3.0-win-x64.exe'
3+
$url64 = 'https://github.com/Moosync/Moosync/releases/download/v10.3.2/Moosync-10.3.2-win-x64.exe'
44

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

1111
softwareName = 'Moosync*'
1212

13-
checksum64 = '7c8bf9089148a4b971a68d01e9da2bbbf7f93861e1454fe9c3f1abf0bf508f4b'
13+
checksum64 = '894d8cb650836e787b16773acd8b1bb772020be45649018a6e1228640273eee0'
1414
checksumType64 = 'sha256'
1515

1616
validExitCodes = @(0, 3010, 1641)

rpm/moosync.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Summary: Moosync is a customizable desktop music player with a clean interface
77
Name: moosync
8-
Version: 10.3.0
8+
Version: 10.3.2
99
Release: 1
1010
URL: https://github.com/Moosync/Moosync
1111
License: GPLv3+

0 commit comments

Comments
 (0)