We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0987047 commit 152732aCopy full SHA for 152732a
Formula/r/rune.rb
@@ -1,8 +1,8 @@
1
class Rune < Formula
2
desc "Embeddable dynamic programming language for Rust"
3
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"
+ url "https://github.com/rune-rs/rune/archive/refs/tags/0.13.1.tar.gz"
+ sha256 "6916145178ec7dee6f1f9d5a555d15e406477f58904ed4a18df95739935cc668"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/rune-rs/rune.git", branch: "main"
8
0 commit comments