Skip to content

Commit 152732a

Browse files
committed
rune 0.13.1
Signed-off-by: Rui Chen <[email protected]>
1 parent 0987047 commit 152732a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/r/rune.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Rune < Formula
22
desc "Embeddable dynamic programming language for Rust"
33
homepage "https://rune-rs.github.io"
4-
url "https://github.com/rune-rs/rune/archive/refs/tags/0.12.4.tar.gz"
5-
sha256 "aa34ce91e2466e2d903d76c96e56cf01a82c689ea021b90c79df6dad96590454"
4+
url "https://github.com/rune-rs/rune/archive/refs/tags/0.13.1.tar.gz"
5+
sha256 "6916145178ec7dee6f1f9d5a555d15e406477f58904ed4a18df95739935cc668"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/rune-rs/rune.git", branch: "main"
88

0 commit comments

Comments
 (0)