|
1 | 1 | @description ReaPack: Package manager for REAPER
|
2 |
| -@version 1.2.4.6 |
| 2 | +@version 1.2.5 |
3 | 3 | @author cfillion
|
4 | 4 | @donation https://reapack.com/donate
|
5 | 5 | @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 |
15 | 16 | @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