reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit f1f2e91e9e2af4ce388b56cdef4e58fac547faec
parent e6c7680a43e56f08da0b777bba5ca41f371cad4a
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 10 May 2022 14:20:16 -0400

bump version to 1.2.4.1

Diffstat:
MExtensions/ReaPack.ext | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,5 +1,5 @@ @description ReaPack: Package manager for REAPER -@version 1.2.4 +@version 1.2.4.1 @author cfillion @donation https://reapack.com/donate @provides @@ -12,4 +12,6 @@ [linux-aarch64] reaper_reapack-aarch64.so https://github.com/cfillion/reapack/releases/download/v$version/$path [win32 ] reaper_reapack-x86.dll https://github.com/cfillion/reapack/releases/download/v$version/$path [win64 ] reaper_reapack-x64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path -@changelog https://reapack.com/release-notes/v1.2#v1-2-4 +@changelog + • Add support for Linux systems shipping with OpenSSL 3 [#47] + • Rename "Upload packages" action to "Package editor"