Skip to content

Commit 0bf3523

Browse files
committed
bump version to 1.2.5
1 parent 641957c commit 0bf3523

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

Extensions/ReaPack.ext

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
@description ReaPack: Package manager for REAPER
2-
@version 1.2.4.6
2+
@version 1.2.5
33
@author cfillion
44
@donation https://reapack.com/donate
55
@provides
6-
[darwin32 ] reaper_reapack-i386.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
7-
[darwin64 ] reaper_reapack-x86_64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
8-
[darwin-arm64 ] reaper_reapack-arm64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
9-
[linux32 ] reaper_reapack-i686.so https://github.com/cfillion/reapack/releases/download/v$version/$path
10-
[linux64 ] reaper_reapack-x86_64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
11-
[linux-armv7l ] reaper_reapack-armv7l.so https://github.com/cfillion/reapack/releases/download/v$version/$path
12-
[linux-aarch64] reaper_reapack-aarch64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
13-
[win32 ] reaper_reapack-x86.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
14-
[win64 ] reaper_reapack-x64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
6+
[darwin32 ] reaper_reapack-i386.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
7+
[darwin64 ] reaper_reapack-x86_64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
8+
[darwin-arm64 ] reaper_reapack-arm64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
9+
[linux32 ] reaper_reapack-i686.so https://github.com/cfillion/reapack/releases/download/v$version/$path
10+
[linux64 ] reaper_reapack-x86_64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
11+
[linux-armv7l ] reaper_reapack-armv7l.so https://github.com/cfillion/reapack/releases/download/v$version/$path
12+
[linux-aarch64 ] reaper_reapack-aarch64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
13+
[win32 ] reaper_reapack-x86.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
14+
[win64 ] reaper_reapack-x64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
15+
[windows-arm64ec] reaper_reapack-arm64ec.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
1516
@changelog
16-
• Fix committing action list changes when the last file in a package is not a registered script
17-
• Increase maximum concurrent downloads from 4 to 6
17+
• Add Windows ARM64EC builds (Windows 11+) [#88]
18+
• Fix per-package pre-release option being reset when synchronizing
19+
• Silently install x86_64 binaries when packages don't provide any ARM64EC-specific files

0 commit comments

Comments
 (0)