Skip to content

Commit

Permalink
feat: update package formats field
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Jul 25, 2024
1 parent 9f04836 commit ed23f16
Show file tree
Hide file tree
Showing 12 changed files with 140 additions and 269 deletions.
317 changes: 75 additions & 242 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions registry/artfwo/andes/1.0.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,41 @@ bundles:
- name: Win32 VST
targets:
- win32
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/andes/bundles/andes-vst-win32.zip
downloadSha256: e891942d0518020a603732fce25706ccc8272f549939bea990f929bb90ab1928
fileSize: 1410000
- name: Win64 VST
targets:
- win64
technicalUid: '1097753715'
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/andes/bundles/andes-vst-win64.zip
downloadSha256: 3af35f02121a3c7ad6375bfe9c29a382f5882fa443bbf4c2df347a255c0edf2a
fileSize: 1724000
- name: MacOs VST
targets:
- osx
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/andes/bundles/andes-vst-osx.zip
downloadSha256: f83196ca17aa2ef91c739c17ef0af3db9b7520d2b5e534b295d8af121bc95df9
fileSize: 1568000
- name: Linux64 VST
targets:
- linux64
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/andes/bundles/andes-vst-linux64.zip
downloadSha256: bc91ea7055fa13df3065aeff89faf5d2ca0201f322a8f5fc3dd030ba1f6b65c6
fileSize: 3185000
- name: Linux32 VST
targets:
- linux32
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/andes/bundles/andes-vst-linux32.zip
downloadSha256: 66d52c05e72531a9b2cdca9b06c5f8a26eb0562dd1fc842cbb9dbbaf2e56385a
fileSize: 3185000
8 changes: 6 additions & 2 deletions registry/chowdsp/chow/1.0.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ bundles:
- name: Windows Release
targets:
- win64
format: various
formats:
- vst
- vst3
downloadUrl: https://github.com/Chowdhury-DSP/CHOW/releases/download/1.0.0/CHOW-win.zip
downloadSha256: ffc3a8fad2e6044467cc413ec2929d6f8ff4c29dc3a12ab5828c14ec09a55f80
fileSize: 5317000
- name: macOS Release
targets:
- osx
format: various
formats:
- vst
- au
downloadUrl: https://github.com/Chowdhury-DSP/CHOW/releases/download/1.0.0/CHOW-mac.zip
downloadSha256: 5e2510d6794e308169b6fab3d0874845d608dd66447d78b9ed9a643d0ac012e5
fileSize: 1982000
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ bundles:
- name: Linux Release
targets:
- linux64
format: various
formats:
- vst
- lv2
downloadUrl: https://github.com/clearly-broken-software/drops/releases/download/v1.0-beta.2/drops_binaries.zip
downloadSha256: 0cb3d4dfed087d68ad59c261d2440bd199e97a2803d4229d3614bf748abd1d4b
fileSize: 4131243
20 changes: 15 additions & 5 deletions registry/clearly-broken-software/ninjas2/0.2.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,45 @@ bundles:
- name: Win32 Release
targets:
- win32
format: various
formats:
- vst
- lv2
downloadUrl: https://github.com/clearly-broken-software/ninjas2/releases/download/v0.2.0/ninjas2-win32.zip
downloadSha256: 480c305f2b32da25ee26f4e8bf35673113559fda1399880a42e11f8be8334b11
fileSize: 5999647
- name: Win64 Release
targets:
- win64
format: various
formats:
- vst
- lv2
downloadUrl: https://github.com/clearly-broken-software/ninjas2/releases/download/v0.2.0/ninjas2-win64.zip
downloadSha256: 238725071586c29746f77ff205afcc407809f454ee9e6c5d9bde0362dc2e91a5
fileSize: 5988233
- name: Linux32 Release
targets:
- linux32
format: various
formats:
- vst
- lv2
downloadUrl: https://github.com/clearly-broken-software/ninjas2/releases/download/v0.2.0/ninjas2-linux32.zip
downloadSha256: 1bb90473545f114b0bba110eb5cd5e60c1f40217a83fa3dad62d9ba3578f63d2
fileSize: 1433217
- name: Linux64 Release
targets:
- linux64
format: various
formats:
- vst
- lv2
downloadUrl: https://github.com/clearly-broken-software/ninjas2/releases/download/v0.2.0/ninjas2-linux64.zip
downloadSha256: 714c10fa2f6c0163b98c3186361f6ed673eb67b566d8e81284da3babff67f581
fileSize: 1437316
- name: macOS Release
targets:
- osx
format: various
formats:
- vst
- lv2
downloadUrl: https://github.com/clearly-broken-software/ninjas2/releases/download/v0.2.0/ninjas2-macos.zip
downloadSha256: d0068e3eefb24265880702f2e11d8129f8b5acfd3a3a5d0faa9a6ecb136ac02c
fileSize: 5123506
6 changes: 4 additions & 2 deletions registry/dexed/dexed/1.0.0.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ bundles:
targets:
- win32
- win64
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/dexed/bundles/dexed-vst-win.zip
downloadSha256: a5f94527dbbbd46af6d2daed8fc0d76d03d08f2345e428c0dab550bdf2562944
fileSize: 3900000
- name: Dexed Linux 64
targets:
- linux64
format: vst3
formats:
- vst3
downloadUrl: https://central.owlplug.com/products/dexed/bundles/dexed-vst3-linux64.zip
downloadSha256: 54faa8d58cd1526fd86241246e887b3814b6a4a71bdaf6fb66691bcd0f106481
fileSize: 3347000
6 changes: 4 additions & 2 deletions registry/discodsp/obxd/0.1.4.1/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ bundles:
- name: Win32 VST
targets:
- win32
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/obxd/bundles/obxd-vst-win32.zip
downloadSha256: 51a161d7996d70ca179f80855d755aad95b3968ab7ee3a9476f605664f46856e
fileSize: 1965000
- name: Win64 VST
targets:
- win64
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/obxd/bundles/obxd-vst-win64.zip
downloadSha256: 64d9c4ce2304fc0abf7bc3cce2812718522ef68d664c7c0bb18ad46e434aae6d
fileSize: 2229000
3 changes: 2 additions & 1 deletion registry/dougal-s/aether/1.2.1/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ bundles:
- name: Release Linux64
targets:
- linux64
format: lv2
formats:
-lv2
downloadUrl: https://github.com/Dougal-s/Aether/releases/download/v1.2.1/Aether-v1.2.1-Linux.tar.xz
downloadSha256: 01d196a1b611062b3219ea3a994b54c70b379bbf6e5b15e2197c863907434dd6
fileSize: 415000
6 changes: 4 additions & 2 deletions registry/dropsnorz/wobbleizer/2.3.0.2/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ bundles:
targets:
- win32
- win64
format: vst
formats:
-vst
downloadUrl: https://central.owlplug.com/products/com.dropsnorz.wobbleizer/bundles/wobbleizer-vst-win32win64.zip
downloadSha256: 35f9446c4494e055938ebe46df60af5162949936416816582cc738a809ab5ccd
fileSize: 2858000
- name: Wobx Osx
targets:
- osx
format: vst
formats:
- vst
downloadUrl: https://central.owlplug.com/products/com.dropsnorz.wobbleizer/bundles/wobbleizer-vst-osx.zip
downloadSha256: 17b98b8eda7271f16ec82571bed34ab45192621c98fcada217cde7c54bddb793
fileSize: 3169000
12 changes: 9 additions & 3 deletions registry/greatest-ape/octasine/0.8.3/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,27 @@ bundles:
- name: Release Win64
targets:
- win64
format: various
formats:
- vst
- clap
downloadUrl: https://github.com/greatest-ape/OctaSine/releases/download/v0.8.3/OctaSine-v0.8.3-Windows.zip
downloadSha256: 537577aba33fcd32ba180b7959983fd1c13afc99ed038fc177af422c233e845e
fileSize: 2730000
- name: Release macOS
targets:
- osx
format: various
formats:
- vst
- clap
downloadUrl: https://github.com/greatest-ape/OctaSine/releases/download/v0.8.3/OctaSine-v0.8.3-macOS.zip
downloadSha256: 750c92dbf8aacfa11d75a93bac648732bfcb41b31d9e1b21bf1c8cf3fbc03637
fileSize: 6200000
- name: Release Linux64
targets:
- linux64
format: various
formats:
- vst
- clap
downloadUrl: https://github.com/greatest-ape/OctaSine/releases/download/v0.8.3/OctaSine-v0.8.3-Ubuntu-20_04.zip
downloadSha256: 2b1388f4041cd644540b6cf63e1b6a9b3ba13ff641c6571bd2270887acf09262
fileSize: 5200000
3 changes: 2 additions & 1 deletion registry/khrykin/blackbird/0.1.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ bundles:
- name: Release Win64
targets:
- win64
format: vst3
formats:
- vst3
downloadUrl: https://central.owlplug.com/products/khrykin/blackbird/0.1.0/blackbird-vst3-win64.zip
downloadSha256: 04402c1cdcba81d82094b9860d727fd60606532d37286a0445923b0a26729c4f
fileSize: 1730000
9 changes: 6 additions & 3 deletions registry/michael-jan/keyrepeat/1.0.0/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,24 @@ bundles:
- name: Win64 VST3
targets:
- win64
format: vst3
formats:
- vst3
downloadUrl: https://central.owlplug.com/products/keyrepeat/bundles/keyrepeat-vst3-win64.zip
downloadSha256: caba9fedee28cc7a2f16b140ecb2ed8558fdb1157cbe8c836c97dd342130eb48
fileSize: 1880000
- name: OSX VST3
targets:
- osx
format: vst3
formats:
- vst3
downloadUrl: https://central.owlplug.com/products/keyrepeat/bundles/keyrepeat-vst3-osx.zip
downloadSha256: a52484f7389668463fa4fb643eea028a1c5fbc67c7a4f776d085ba3b47748918
fileSize: 1366000
- name: OSX AU
targets:
- osx
format: au
formats:
- au
downloadUrl: https://central.owlplug.com/products/keyrepeat/bundles/keyrepeat-au-osx.zip
downloadSha256: 206ade4b269db8eaf231934dd8f2c4b9cb57207b36f1fc92f7d37e88f76542a1
fileSize: 1340000

0 comments on commit ed23f16

Please sign in to comment.