Skip to content

Commit 9fa6f8d

Browse files
committed
WIP: AtomVM 0.6.6 and atomvm_packbeam 0.7.4
Pending sha256 hash of release artifact. Signed-off-by: Peter M <[email protected]>
1 parent f4311de commit 9fa6f8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Formula/a/atomvm.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
class Atomvm < Formula
88
desc "An Erlang VM for tiny systems"
99
homepage "https://atomvm.net"
10-
url "https://github.com/atomvm/AtomVM/archive/refs/tags/v0.6.5.tar.gz"
11-
sha256 "f1831eb3e05e07b1a0855f592de5e6e22e4e89acb72d7345b40a8db16eae7ea8"
10+
url "https://github.com/atomvm/AtomVM/archive/refs/tags/v0.6.6.tar.gz"
11+
sha256 "pending!"
1212
license "Apache License 2.0"
13-
version "v0.6.5"
13+
version "v0.6.6"
1414

1515
depends_on "cmake" => :build
1616
depends_on "gperf" => :build

Formula/p/packbeam.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
class Packbeam < Formula
88
desc "A command-line utility for manipulating AtomVM PackBEAM files"
99
homepage "https://atomvm.net"
10-
url "https://github.com/atomvm/atomvm_packbeam/archive/refs/tags/0.7.3.tar.gz"
11-
sha256 "f84a4fa9de6447f9f3422b9bb4a6eca1acd788f0b99747d431bf1d9343bc3968"
10+
url "https://github.com/atomvm/atomvm_packbeam/archive/refs/tags/0.7.4.tar.gz"
11+
sha256 "7aac8c075d2454b8bf1ede472c17388e8b005e813cd79b450a21618cddbe8dd5"
1212
license "Apache License 2.0"
13-
version "0.7.3"
13+
version "0.7.4"
1414

1515
depends_on "erlang" => :build
1616
depends_on "rebar3" => :build

0 commit comments

Comments
 (0)