Skip to content

Commit

Permalink
Automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Oct 20, 2023
1 parent 5990123 commit f7054b3
Show file tree
Hide file tree
Showing 23 changed files with 434 additions and 0 deletions.
32 changes: 32 additions & 0 deletions devel/github-cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,26 @@
<manifest-digest sha256new="BN5SUQ7YTCJMZ3SH5ZQ53OH7IZ7DZELJYBAQ2KRRDJOW5XDKMRCQ"/>
<archive href="https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_macOS_arm64.zip" size="10844945" type="application/zip" extract="gh_2.36.0_macOS_arm64"/>
</implementation>
<implementation arch="Linux-x86_64" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_EHINGN423KAX6OGKTCJMPALUBUJDOFLQXJAYSKG357NIPWPUPZHQ">
<manifest-digest sha256new="EHINGN423KAX6OGKTCJMPALUBUJDOFLQXJAYSKG357NIPWPUPZHQ"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_linux_amd64.tar.gz" size="10655894" type="application/x-compressed-tar" extract="gh_2.37.0_linux_amd64"/>
</implementation>
<implementation arch="Linux-i386" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_A4E37IFYUUFYEK64N2F6BEWUFD2G5MVW32RII64RC25MCNDVAYMA">
<manifest-digest sha256new="A4E37IFYUUFYEK64N2F6BEWUFD2G5MVW32RII64RC25MCNDVAYMA"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_linux_386.tar.gz" size="9648572" type="application/x-compressed-tar" extract="gh_2.37.0_linux_386"/>
</implementation>
<implementation arch="Linux-aarch64" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_RV7OZNIA7ZFUW2HLWF64WN3DZ6YBFT4YS5RPRF67MWDVDTDUOPLA">
<manifest-digest sha256new="RV7OZNIA7ZFUW2HLWF64WN3DZ6YBFT4YS5RPRF67MWDVDTDUOPLA"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_linux_arm64.tar.gz" size="9885455" type="application/x-compressed-tar" extract="gh_2.37.0_linux_arm64"/>
</implementation>
<implementation arch="Darwin-x86_64" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_ZQM6DHEKSAGVJPXKPHB33HOMR76AQWPNOG5HAF6VXQDFSMDMK4YA">
<manifest-digest sha256new="ZQM6DHEKSAGVJPXKPHB33HOMR76AQWPNOG5HAF6VXQDFSMDMK4YA"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_macOS_amd64.zip" size="11372232" type="application/zip" extract="gh_2.37.0_macOS_amd64"/>
</implementation>
<implementation arch="Darwin-aarch64" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_7HAGHAT5WT2QSV4JYVHZDYFBUVN2XTT4E4KB6LUD7RO6KI2UV6OQ">
<manifest-digest sha256new="7HAGHAT5WT2QSV4JYVHZDYFBUVN2XTT4E4KB6LUD7RO6KI2UV6OQ"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_macOS_arm64.zip" size="10809588" type="application/zip" extract="gh_2.37.0_macOS_arm64"/>
</implementation>
</group>

<group license="MIT License">
Expand Down Expand Up @@ -2383,5 +2403,17 @@
<manifest-digest sha256new="5PL63KQNHVFQLSRAV7B457SXUBUUFC3Z3D5O3OHM3XOKBJ7P3DYA"/>
<archive href="https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_windows_arm64.zip" size="9805158" type="application/zip"/>
</implementation>
<implementation arch="Windows-x86_64" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_WM3KSGSVHQPVLSSPVL6HYUWQYEVAWX7IMNMB23KELWR7QAFW5YSQ">
<manifest-digest sha256new="WM3KSGSVHQPVLSSPVL6HYUWQYEVAWX7IMNMB23KELWR7QAFW5YSQ"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_amd64.zip" size="10699405" type="application/zip"/>
</implementation>
<implementation arch="Windows-i486" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_CW7VZZTZ4NLVMVPY37YYT6I63RT4X76C4T6UXO2GHCUIDBBPMLXA">
<manifest-digest sha256new="CW7VZZTZ4NLVMVPY37YYT6I63RT4X76C4T6UXO2GHCUIDBBPMLXA"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_386.zip" size="9990845" type="application/zip"/>
</implementation>
<implementation arch="Windows-aarch64" version="2.37.0" released="2023-10-17" stability="stable" id="sha256new_RU34JRVCYGUH52Q3KEACL3CFGIYYY4B4PMZPF5W445BUG4XT2MUQ">
<manifest-digest sha256new="RU34JRVCYGUH52Q3KEACL3CFGIYYY4B4PMZPF5W445BUG4XT2MUQ"/>
<archive href="https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_arm64.zip" size="9780096" type="application/zip"/>
</implementation>
</group>
</interface>
12 changes: 12 additions & 0 deletions devel/influxdb-client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,17 @@
<manifest-digest sha256new="BNRQ72DLQDJA5CBIB7LMIS4BPELG7KF4FGVWFJFYCN3ZMAIROFGA"/>
<archive href="https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-darwin-amd64.tar.gz" type="application/x-compressed-tar" size="11083885"/>
</implementation>
<implementation arch="Linux-x86_64" main="influx" released="2023-10-18" stability="stable" version="2.7.3" id="sha1new=42d5ac40402335f82e1b3c47f8d89bf6b2ab910b">
<manifest-digest sha256new="FGAHN45GVZV3ZJU2P6YJDJX3MVXAMEB7Q2BNL7ACCXU3GQBGUYOQ"/>
<archive href="https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.3-linux-amd64.tar.gz" type="application/x-compressed-tar" size="11454321"/>
</implementation>
<implementation arch="Linux-aarch64" main="influx" released="2023-10-18" stability="stable" version="2.7.3" id="sha1new=5e574e8837e766f25c916a47c055ff1702d5ec6a">
<manifest-digest sha256new="U6OSK7DMFSLZTLZ2TJXP3EPRSFIMMTQ7DYUSKPMSUAVDUFY37X3A"/>
<archive href="https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.3-linux-arm64.tar.gz" type="application/x-compressed-tar" size="10683035"/>
</implementation>
<implementation arch="Darwin-x86_64" main="influx" released="2023-10-18" stability="stable" version="2.7.3" id="sha1new=8ad46f545aabff1d167770c66d18dd7794f0e35c">
<manifest-digest sha256new="X4GDQEWXPAKXDMK2W5BVANKLMLFDML7MY234P4BYUFE3VANPRWLA"/>
<archive href="https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.3-darwin-amd64.tar.gz" type="application/x-compressed-tar" size="11282009"/>
</implementation>
</group>
</interface>
28 changes: 28 additions & 0 deletions devel/terraform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,26 @@
<manifest-digest sha256new="ZE3LAI5K6N4JOD2YKCILUWO7YERTYQN7S5HBVXKPCJN7SZBBDIBA"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.1/terraform_1.6.1_darwin_arm64.zip" size="24601376" type="application/zip"/>
</implementation>
<implementation arch="Linux-x86_64" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_VXLOZ72S5Q7ECL536BB7NWTQBYS5IP5YQW7T2QK5FUVLRDZV74HQ">
<manifest-digest sha256new="VXLOZ72S5Q7ECL536BB7NWTQBYS5IP5YQW7T2QK5FUVLRDZV74HQ"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_linux_amd64.zip" size="24738688" type="application/zip"/>
</implementation>
<implementation arch="Linux-i386" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_GEI7EMH5FS5SCH3BOZNGM7WZEA4LZOOITS2AUI2JAWKGHOKMOU7Q">
<manifest-digest sha256new="GEI7EMH5FS5SCH3BOZNGM7WZEA4LZOOITS2AUI2JAWKGHOKMOU7Q"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_linux_386.zip" size="22651070" type="application/zip"/>
</implementation>
<implementation arch="Linux-aarch64" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_CGQ2FOOKFJ7AZMFIGHJGZ5I3YFXNCOMGZPITT5MLSHYYZIQT4HMQ">
<manifest-digest sha256new="CGQ2FOOKFJ7AZMFIGHJGZ5I3YFXNCOMGZPITT5MLSHYYZIQT4HMQ"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_linux_arm64.zip" size="22545374" type="application/zip"/>
</implementation>
<implementation arch="Darwin-x86_64" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_XNTNOICS7QCLISQKGMDESCSMHKBZDFWYCTCGCSE7FY4ARN5UUEXQ">
<manifest-digest sha256new="XNTNOICS7QCLISQKGMDESCSMHKBZDFWYCTCGCSE7FY4ARN5UUEXQ"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_darwin_amd64.zip" size="26240346" type="application/zip"/>
</implementation>
<implementation arch="Darwin-aarch64" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_A67Q4DV4QJFWN2DFYMYM55UMRRLSXK45K6IXKSDLHVV6KY5M6RJQ">
<manifest-digest sha256new="A67Q4DV4QJFWN2DFYMYM55UMRRLSXK45K6IXKSDLHVV6KY5M6RJQ"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_darwin_arm64.zip" size="24601764" type="application/zip"/>
</implementation>
</group>

<group license="Mozilla Public License 2.0">
Expand Down Expand Up @@ -2905,6 +2925,14 @@
<manifest-digest sha256new="S7GCMLOTSMFVBLOGKHZ62VV7SJWOZG4T6A7VRGBVGQJQE7HQHDAA"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.1/terraform_1.6.1_windows_386.zip" size="23603679" type="application/zip"/>
</implementation>
<implementation arch="Windows-x86_64" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_WMMR46LS33AH4PK4TY53T74A5KJA65X3OMVVHXRJFZZTYELXNYCA">
<manifest-digest sha256new="WMMR46LS33AH4PK4TY53T74A5KJA65X3OMVVHXRJFZZTYELXNYCA"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_windows_amd64.zip" size="25046265" type="application/zip"/>
</implementation>
<implementation arch="Windows-i486" version="1.6.2" released="2023-10-18" stability="stable" id="sha256new_Q4QDS4VSFUR2SX7IETNMWBX4CI5AFWJI6YIJMSSA4WFWY2FHXFEA">
<manifest-digest sha256new="Q4QDS4VSFUR2SX7IETNMWBX4CI5AFWJI6YIJMSSA4WFWY2FHXFEA"/>
<archive href="https://releases.hashicorp.com/terraform/1.6.2/terraform_1.6.2_windows_386.zip" size="23603808" type="application/zip"/>
</implementation>
</group>

<entry-point binary-name="terraform" command="run"/>
Expand Down
12 changes: 12 additions & 0 deletions devel/zbctl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2158,5 +2158,17 @@
<manifest-digest sha256new="ET33ITNQRZAXBQABKIEYEP7URPL2TAMPHJYJFHXVHI3Y7QQ52DUA"/>
<file href="https://github.com/camunda-cloud/zeebe/releases/download/8.3.0/zbctl.exe" size="13185536" dest="zbctl.exe"/>
</implementation>
<implementation arch="Linux-x86_64" version="8.1.18" released="2023-10-16" stability="stable" main="zbctl" id="sha256new_S42WSXN7QA4FE2ATEKVA6LYHNTYKJTXRN3R53C45B7VF5GJW2XPA">
<manifest-digest sha256new="S42WSXN7QA4FE2ATEKVA6LYHNTYKJTXRN3R53C45B7VF5GJW2XPA"/>
<file href="https://github.com/camunda-cloud/zeebe/releases/download/8.1.18/zbctl" size="12714493" dest="zbctl" executable="true"/>
</implementation>
<implementation arch="Darwin-x86_64" version="8.1.18" released="2023-10-16" stability="stable" main="zbctl" id="sha256new_QFCQGLG45KIIZ72YWO5LRSKJYC4LJ6E7ZIXZ6SY3C4TD2UAL3N4A">
<manifest-digest sha256new="QFCQGLG45KIIZ72YWO5LRSKJYC4LJ6E7ZIXZ6SY3C4TD2UAL3N4A"/>
<file href="https://github.com/camunda-cloud/zeebe/releases/download/8.1.18/zbctl.darwin" size="12623648" dest="zbctl" executable="true"/>
</implementation>
<implementation arch="Windows-x86_64" version="8.1.18" released="2023-10-16" stability="stable" main="zbctl.exe" id="sha256new_B2DHVBBDBONCIHL5GVN4YBSSELPIVCRHBHWHZ43LU6ICPGKFQIFQ">
<manifest-digest sha256new="B2DHVBBDBONCIHL5GVN4YBSSELPIVCRHBHWHZ43LU6ICPGKFQIFQ"/>
<file href="https://github.com/camunda-cloud/zeebe/releases/download/8.1.18/zbctl.exe" size="12861440" dest="zbctl.exe"/>
</implementation>
</group>
</interface>
8 changes: 8 additions & 0 deletions gui/blender-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,14 @@
<manifest-digest sha256new="KRUNIMKRSZ4QQSUI2PNYJ3ZGRKLY3UWM6QMKLS6WMTG4RS5GM2QA"/>
<archive extract="blender-3.6.4-linux-x64" href="https://download.blender.org/release/Blender3.6/blender-3.6.4-linux-x64.tar.xz" type="application/x-xz-compressed-tar" size="267289088"/>
</implementation>
<implementation arch="Linux-x86_64" version="3.3.12" released="2023-10-19" stability="stable" id="sha1new=3d191303251b21eceb4770b8a488eb3d7f4a78a9">
<manifest-digest sha256new="I7GFZNAN5WI73GRWFXQF63BFD22QOJ7ZG4VNA7I4RXGQ42W45KRA"/>
<archive extract="blender-3.3.12-linux-x64" href="https://download.blender.org/release/Blender3.3/blender-3.3.12-linux-x64.tar.xz" type="application/x-xz-compressed-tar" size="209346616"/>
</implementation>
<implementation arch="Linux-x86_64" version="3.6.5" released="2023-10-19" stability="stable" id="sha1new=339b5ea5d72a191d44753178ac1155c25ab675fc">
<manifest-digest sha256new="LCCQI3I37YVBYC3HGTKM2UVQQAIQTYQX4OFROEU65HCMKMFMFUQA"/>
<archive extract="blender-3.6.5-linux-x64" href="https://download.blender.org/release/Blender3.6/blender-3.6.5-linux-x64.tar.xz" type="application/x-xz-compressed-tar" size="268979608"/>
</implementation>
</group>

<group license="GPL v2 (GNU General Public License)">
Expand Down
8 changes: 8 additions & 0 deletions gui/blender-macos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,5 +472,13 @@
<manifest-digest sha256new="PO5D2JHEJQDL4QTD4NBUS46UW55CBQZMBRCHZUEQQDBT6PLEJJAQ"/>
<archive href="https://download.blender.org/release/Blender3.6/blender-3.6.4-macos-x64.dmg" type="application/x-apple-diskimage" size="277568891"/>
</implementation>
<implementation arch="MacOSX-x86_64" version="3.3.12" released="2023-10-19" stability="stable" id="sha1new=8b0360ef1c9f22120f4f74f9559097ff56afc8c4">
<manifest-digest sha256new="H32JKMMOZR7DTYAORJE56XMQZFIBNLZJ6L7OMKRH3QVPCSMJVO3A"/>
<archive href="https://download.blender.org/release/Blender3.3/blender-3.3.12-macos-x64.dmg" type="application/x-apple-diskimage" size="242394663"/>
</implementation>
<implementation arch="MacOSX-x86_64" version="3.6.5" released="2023-10-19" stability="stable" id="sha1new=8eacdcf997fd6451b2da32b85b97bd65fe4a8bc2">
<manifest-digest sha256new="XXVV5JPTS5YGGCIHBKGOENLCS33H6QXWRUIOYAV4ALSN2FVCVS6A"/>
<archive href="https://download.blender.org/release/Blender3.6/blender-3.6.5-macos-x64.dmg" type="application/x-apple-diskimage" size="277300148"/>
</implementation>
</group>
</interface>
8 changes: 8 additions & 0 deletions gui/blender-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -788,5 +788,13 @@
<manifest-digest sha256new="HHDOZUYQKQ3HNAENQDCL72BF2AIXZISP3SHUZHVB5MSQFDYJUGQQ"/>
<archive href="https://download.blender.org/release/Blender3.6/blender-3.6.4-windows-x64.zip" size="383186266" type="application/zip" extract="blender-3.6.4-windows-x64"/>
</implementation>
<implementation arch="Windows-x86_64" version="3.3.12" released="2023-10-19" stability="stable" id="sha256new_CUJRR5NKUOU7KX4LWEBYUKPW65LS4EKKESRWTLCMDOZOFEBM53AQ">
<manifest-digest sha256new="CUJRR5NKUOU7KX4LWEBYUKPW65LS4EKKESRWTLCMDOZOFEBM53AQ"/>
<archive href="https://download.blender.org/release/Blender3.3/blender-3.3.12-windows-x64.zip" size="294568131" type="application/zip" extract="blender-3.3.12-windows-x64"/>
</implementation>
<implementation arch="Windows-x86_64" version="3.6.5" released="2023-10-19" stability="stable" id="sha256new_XLOXIUYFYZSELHTOOHO3HIRGLME77SQB7EODRFDBM7XMWUZGUOYQ">
<manifest-digest sha256new="XLOXIUYFYZSELHTOOHO3HIRGLME77SQB7EODRFDBM7XMWUZGUOYQ"/>
<archive href="https://download.blender.org/release/Blender3.6/blender-3.6.5-windows-x64.zip" size="382439545" type="application/zip" extract="blender-3.6.5-windows-x64"/>
</implementation>
</group>
</interface>
4 changes: 4 additions & 0 deletions gui/drawio-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,9 @@
<manifest-digest sha256new="M5DOV3TSMMHWW3N3W7RSTBVYAGUUOXY53JOTYXBALIARNUTVLDKQ"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.2/drawio-amd64-22.0.2.deb" type="application/x-deb" size="107746600"/>
</implementation>
<implementation arch="Linux-x86_64" released="2023-10-18" stability="stable" version="22.0.3" id="sha1new=21ba73b2962cbe23f48360284448d3b9a471657f">
<manifest-digest sha256new="3PSX3UGJBZIP4KKQVH2ZL53KD2UTZVUZ6UEKK45QJ27R4TIJGQZQ"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.3/drawio-amd64-22.0.3.deb" type="application/x-deb" size="107744244"/>
</implementation>
</group>
</interface>
8 changes: 8 additions & 0 deletions gui/drawio-macos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,13 @@
<manifest-digest sha256new="YJU3K7OPBJWGCRVGQCCRVQMODZUKDZ3X2CISI2ULF67YC63EXXNQ"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.2/draw.io-arm64-22.0.2.dmg" type="application/x-apple-diskimage" size="153874931"/>
</implementation>
<implementation arch="MacOSX-x86_64" released="2023-10-18" stability="stable" version="22.0.3" id="sha1new=09c8976c4b7e17aab1b50e108a5e575c1c06d549">
<manifest-digest sha256new="SDWWKYQLGS5LRVNDWJJ4WUTXYTGXGAVJU5HK6PJJJB6JSPK6NTIQ"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.3/draw.io-x64-22.0.3.dmg" type="application/x-apple-diskimage" size="159214543"/>
</implementation>
<implementation arch="MacOSX-aarch64" released="2023-10-18" stability="stable" version="22.0.3" id="sha1new=22bbbfb29f739f376faa386f449a47e0503b4a10">
<manifest-digest sha256new="TZ7B4A5T57LSTOZH2SMIB4R7WWFWWZDHZMEKFXTUK2F5Y33RODJA"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.3/draw.io-arm64-22.0.3.dmg" type="application/x-apple-diskimage" size="153877912"/>
</implementation>
</group>
</interface>
4 changes: 4 additions & 0 deletions gui/drawio-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,9 @@
<manifest-digest sha256new="52YJK3M6PA75TR4NYJMYUTJ6LFIK4KSN3S5MQW32ZJ3SW2C7O2MA"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.2/draw.io-22.0.2.msi" size="137433088" type="application/x-msi" extract="SourceDir\draw.io"/>
</implementation>
<implementation arch="Windows-x86_64" version="22.0.3" released="2023-10-18" stability="stable" id="sha256new_EER5QWHJOKBBQYSJTWJME7QABRPWYJAPMVNJF2MKTEF5L3CS2GBQ">
<manifest-digest sha256new="EER5QWHJOKBBQYSJTWJME7QABRPWYJAPMVNJF2MKTEF5L3CS2GBQ"/>
<archive href="https://github.com/jgraph/drawio-desktop/releases/download/v22.0.3/draw.io-22.0.3.msi" size="137420800" type="application/x-msi" extract="SourceDir\draw.io"/>
</implementation>
</group>
</interface>
14 changes: 14 additions & 0 deletions gui/notepad-plus-plus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,20 @@
<remove path="doLocalConf.xml"/>
</recipe>
</implementation>
<implementation version="8.5.8" released="2023-10-17" stability="stable" id="sha256new_YBFXDCSH3K4WLUFF6QWGESMQ53DUB5MCZBOTPYFP6UABFU54SI3Q" arch="Windows-x86_64">
<manifest-digest sha256new="YBFXDCSH3K4WLUFF6QWGESMQ53DUB5MCZBOTPYFP6UABFU54SI3Q"/>
<recipe>
<archive href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.5.8/npp.8.5.8.portable.x64.7z" size="3904894" type="application/x-7z-compressed"/>
<remove path="doLocalConf.xml"/>
</recipe>
</implementation>
<implementation arch="Windows-i486" version="8.5.8" released="2023-10-17" stability="stable" id="sha256new_SKRRYBQ7X2SXMYPHU4M3GDQ4PPCQ6DK2Z45VK4PMDEWR2YLCL44Q">
<manifest-digest sha256new="SKRRYBQ7X2SXMYPHU4M3GDQ4PPCQ6DK2Z45VK4PMDEWR2YLCL44Q"/>
<recipe>
<archive href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.5.8/npp.8.5.8.portable.7z" size="3621823" type="application/x-7z-compressed"/>
<remove path="doLocalConf.xml"/>
</recipe>
</implementation>
</group>

<capabilities xmlns="http://0install.de/schema/desktop-integration/capabilities">
Expand Down
Loading

0 comments on commit f7054b3

Please sign in to comment.