Skip to content

Conversation

@github-actions
Copy link
Contributor

Automatic updates generated by 0watch scripts

apps.0install.net added 3 commits January 13, 2026 03:28
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Gradle</name>
  <summary xml:lang="en">modern open source build tool for continuous delivery</summary>
  <icon href="https://apps.0install.net/java/gradle.png" type="image/png" />
  <category>Development</category>
  <homepage>http://www.gradle.org/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/java/gradle.xml" />
  <group license="Apache License 2.0">
    <environment name="CLASSPATH" insert="lib/*" />
    <command name="run">
      <runner interface="https://apps.0install.net/java/jdk.xml" command="java">
        <for-each item-from="GRADLE_OPTS" separator=" ">
          <arg>$item</arg>
        </for-each>
        <arg>org.gradle.launcher.GradleMain</arg>
      </runner>
    </command>
    <group>
      <requires interface="https://apps.0install.net/java/jdk.xml" version="8..!22">
        <environment name="JAVA_HOME" insert="" mode="replace" />
      </requires>
      <implementation version="9.3.0-rc-3" released="2026-01-12" stability="testing" id="sha256new_ZRTQBFK7FJEQY6EPQDTZQWOYA7NCDVLYC4BQW5IK5VDXAGUHYXJA">
        <manifest-digest sha256new="ZRTQBFK7FJEQY6EPQDTZQWOYA7NCDVLYC4BQW5IK5VDXAGUHYXJA" />
        <archive href="https://services.gradle.org/distributions/gradle-9.3.0-rc-3-bin.zip" size="137009549" type="application/zip" extract="gradle-9.3.0-rc-3" />
      </implementation>
    </group>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Kubernetes Helm 3.x</name>
  <summary xml:lang="en">the Kubernetes package manager</summary>
  <description xml:lang="en">Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.</description>
  <icon href="https://apps.0install.net/kubernetes/helm.png" type="image/png" />
  <homepage>https://helm.sh/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/kubernetes/helm-3.xml" />
  <group license="Apache License 2.0">
    <environment name="HELMFILE_HELM3" value="1" mode="replace" />
    <group>
      <command name="run" path="helm" />
      <implementation arch="Linux-x86_64" version="3.20.0-rc1" released="2026-01-12" stability="testing" id="sha256new_4G2IWXYLXAEP7J2ZYVLRMB3QMWNYEIGBCKJ75KUUDC7V56VUCUSA">
        <manifest-digest sha256new="4G2IWXYLXAEP7J2ZYVLRMB3QMWNYEIGBCKJ75KUUDC7V56VUCUSA" />
        <archive href="https://get.helm.sh/helm-v3.20.0-rc.1-linux-amd64.tar.gz" size="17454019" type="application/x-compressed-tar" extract="linux-amd64" />
      </implementation>
      <implementation arch="Darwin-x86_64" version="3.20.0-rc1" released="2026-01-12" stability="testing" id="sha256new_7L5M6IOPNT6SQLQ26LVHBPABT2QBORIYWVMFNBCGLWDRGOMNPOLQ">
        <manifest-digest sha256new="7L5M6IOPNT6SQLQ26LVHBPABT2QBORIYWVMFNBCGLWDRGOMNPOLQ" />
        <archive href="https://get.helm.sh/helm-v3.20.0-rc.1-darwin-amd64.tar.gz" size="17783695" type="application/x-compressed-tar" extract="darwin-amd64" />
      </implementation>
      <implementation arch="Darwin-aarch64" version="3.20.0-rc1" released="2026-01-12" stability="testing" id="sha256new_3HSP25T4XUY2JPMXJ2APCYJDAKOCDAFRQUDR4U3REZZHNLVU5BMQ">
        <manifest-digest sha256new="3HSP25T4XUY2JPMXJ2APCYJDAKOCDAFRQUDR4U3REZZHNLVU5BMQ" />
        <archive href="https://get.helm.sh/helm-v3.20.0-rc.1-darwin-arm64.tar.gz" size="16242103" type="application/x-compressed-tar" extract="darwin-arm64" />
      </implementation>
    </group>
    <group>
      <command name="run" path="helm.exe" />
      <implementation arch="Windows-x86_64" version="3.20.0-rc1" released="2026-01-12" stability="testing" id="sha256new_MVTCBQ7LF6I5MNLQIZN3NUYCVGULCQQCF3LZYRNBSXKU6BP6LGBA">
        <manifest-digest sha256new="MVTCBQ7LF6I5MNLQIZN3NUYCVGULCQQCF3LZYRNBSXKU6BP6LGBA" />
        <archive href="https://get.helm.sh/helm-v3.20.0-rc.1-windows-amd64.tar.gz" size="17898468" type="application/x-compressed-tar" extract="windows-amd64" />
      </implementation>
    </group>
  </group>
</interface>
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>protoc</name>
  <summary>compiler/generator for Protocol Buffers (protobuf)</summary>
  <description>Generates source code in various languages (e.g. C++, Java, Python, C#) from protobuf files (.proto).</description>
  <homepage>https://developers.google.com/protocol-buffers/</homepage>
  <needs-terminal/>

  <feed-for interface="https://apps.0install.net/protobuf/protoc.xml"/>

  <group license="BSD License">
    <command name="run" path="bin/protoc"/>
    <implementation arch="Linux-i486" version="33.4" stability="stable" released="2026-01-12" id="sha1new=0ccfb970e111420770100d4370ae1c9ccbc42cdc">
      <manifest-digest sha256new="7SIH6AX3URECS3OJ3WCT6OEG6DCZP3INBJCRULVFWFQ64RJPEZFA"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-x86_32.zip" type="application/zip" size="3864147"/>
    </implementation>
    <implementation arch="Linux-x86_64" version="33.4" stability="stable" released="2026-01-12" id="sha1new=c2d724f28fa859e1aefbfc8cde5aa1ef05425c3e">
      <manifest-digest sha256new="TYOONY75KFY6OUKLEM7CDZXQ2HRUP2DNKPUT7I63WVUSTI5KKQIA"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-x86_64.zip" type="application/zip" size="3561158"/>
    </implementation>
    <implementation arch="Linux-aarch64" version="33.4" stability="stable" released="2026-01-12" id="sha1new=d9d9d2a129547f79785bc6d1ac9db96e61992a2c">
      <manifest-digest sha256new="GPZMCC72ZKJ5ZN5OWKFD26ZBVKCHUFFPQ4OLQI3WIPYRGPMVNVAA"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-linux-aarch_64.zip" type="application/zip" size="3518706"/>
    </implementation>
    <implementation arch="Darwin-x86_64" version="33.4" stability="stable" released="2026-01-12" id="sha1new=d43da56ef790a5deafe98597fb870bf8554e80f2">
      <manifest-digest sha256new="EFVT4UE4HA6F6O7NWHV4HCCOV6LOHIU2FCGGCJEF4RLLKOVAOADA"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-osx-x86_64.zip" type="application/zip" size="2654920"/>
    </implementation>
    <implementation arch="Darwin-aarch64" version="33.4" stability="stable" released="2026-01-12" id="sha1new=8bf594aeba2fa277b01d8a7b872557820eea7023">
      <manifest-digest sha256new="GH5T52D5WZZSFUH5INKCHBM3Q6RVL6TMIFJFRPTCYHQM3BAUMJWQ"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-osx-aarch_64.zip" type="application/zip" size="2532873"/>
    </implementation>
  </group>

  <group license="BSD License">
    <command name="run" path="bin/protoc.exe"/>
    <implementation arch="Windows-i486" version="33.4" stability="stable" released="2026-01-12" id="sha1new=1aa06a0b121a332487a4930af0fea973385ba395">
      <manifest-digest sha256new="JRHMSZSQSJZ3Y3HDJORJIES7I6Y7TNSJ4CKCMSEPZKIPBVEAFJYQ"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-win32.zip" type="application/zip" size="3518423"/>
    </implementation>
    <implementation arch="Windows-x86_64" version="33.4" stability="stable" released="2026-01-12" id="sha1new=91d0e0e0fcb76146c1ddc1116831e9f65a191957">
      <manifest-digest sha256new="6KXOXSZZBSK6VRZBRAFWUSMVWA2KKRS5IECXUI2PVUUMYBVHH25A"/>
      <archive href="https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-win64.zip" type="application/zip" size="3430584"/>
    </implementation>
  </group>
</interface>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant