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

Commit efa6a18

Browse files
committed
Bump packages
1 parent d3b704e commit efa6a18

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

aur/moosync

Submodule moosync updated from 377e76c to b8b93b4

aur/moosync-bin

Submodule moosync-bin updated from 2a295ec to a1455ac

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

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

1111
softwareName = 'Moosync*'
1212

13-
checksum64 = 'a8b6e2e27192999592e2888c2e3121924e9df9355fb9e3ce63741a6a6444a362'
13+
checksum64 = '7c8bf9089148a4b971a68d01e9da2bbbf7f93861e1454fe9c3f1abf0bf508f4b'
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.2.0
8+
Version: 10.3.0
99
Release: 1
1010
URL: https://github.com/Moosync/Moosync
1111
License: GPLv3+

0 commit comments

Comments
 (0)