Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions erlang.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: erlang
version: 25.3.2
version: "26.0"
epoch: 0
description: General-purpose programming language and runtime environment
copyright:
Expand All @@ -22,7 +22,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: aed4e4726cdc587ab820c8379d63e511e46a1b1cc0c59d6a720b51ae625b2510
expected-sha256: 3ff3c53d7ef9a45b5720e95b8756269c1a1b58eb51accc992ca97522fdb234d4
uri: https://github.com/erlang/otp/releases/download/OTP-${{package.version}}/otp_src_${{package.version}}.tar.gz

- runs: |
Expand Down