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

Commit 1cf4c8e

Browse files
committed
Bump packages
1 parent 86864cb commit 1cf4c8e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

aur/moosync

Submodule moosync updated from 7914be6 to 9ef1b74

aur/moosync-bin

Submodule moosync-bin updated from 8cdb60a to b1c6155

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>8.1.1</version>
7+
<version>9.0.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/v8.1.1</releaseNotes>
39+
<releaseNotes>https://github.com/Moosync/Moosync/releases/tag/v9.0.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/v8.1.1/Moosync-8.1.1-win-x64.exe'
3+
$url64 = 'https://github.com/Moosync/Moosync/releases/download/v9.0.0/Moosync-9.0.0-win-x64.exe'
44

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

1111
softwareName = 'Moosync*'
1212

13-
checksum64 = 'e010de9cf5ffde835cd93183c6dc593e59f0b0310e82f4b5b256c5e3174aed44'
13+
checksum64 = 'f416aecd396c6ebacc62cf54cdf60ceb4f03e2401806764c15f994b66ce4ffcf'
1414
checksumType64 = 'sha256'
1515

1616
validExitCodes = @(0, 3010, 1641)

flatpak

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = {
180180
releaseType: 'draft'
181181
}
182182
],
183-
files: ['**/*', '!node_modules/librespot-node/native/target/*'],
183+
files: ['**/*', '!node_modules/librespot-node/native/target/*', '!node_modules/scanner-native/target/*'],
184184
asarUnpack: [
185185
'*.worker.js',
186186
'sandbox.js',

0 commit comments

Comments
 (0)