Skip to content

Commit

Permalink
Releasing v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Mar 31, 2024
1 parent 1a78636 commit aa93a97
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laio"
version = "0.9.5"
version = "0.9.6"
edition = "2021"
description = "A simple flexbox-like layout manager for tmux."
homepage = "https://github.com/ck3mp3r/laio-cli"
Expand Down
18 changes: 9 additions & 9 deletions Formula/laio.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
class Laio < Formula
desc "laio - a simple, flexbox-inspired, layout & session manager for tmux."
homepage "https://laio.sh"
version "1.0.0"
version "0.9.6"

on_macos do
if Hardware::CPU.intel?
url "https://example.com/download/myapp-1.0.0-x86_64-darwin.tar.gz"
sha256 "sha256-x86_64-darwin..."
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-x86_64-darwin.tgz"
sha256 "9ba4bec8e82a60fe706950b5b8aa479a9c04bb778d546c0538fae39daf3192d1"
elsif Hardware::CPU.arm?
url "https://example.com/download/myapp-1.0.0-arm64-darwin.tar.gz"
sha256 "sha256-arm64-darwin..."
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-aarch64-darwin.tgz"
sha256 "889b4cb298570b992f223e398634c1b59c245aac76c2c4eaec4707f97d9c7efb"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://example.com/download/myapp-1.0.0-x86_64-linux.tar.gz"
sha256 "sha256-x86_64-linux..."
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-x86_64-linux.tgz"
sha256 "264bd0e2ebb64118612813402ed098f18d0e161699496cd78eddd119b7d5ae7a"
elsif Hardware::CPU.arm?
url "https://example.com/download/myapp-1.0.0-arm64-linux.tar.gz"
sha256 "sha256-arm64-linux..."
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-aarch64-linux.tgz"
sha256 "6dd7f1c8334a52406139fcacc782236e6b5aa343e9791e97a52b03aca3af7d2f"
end
end

Expand Down
4 changes: 2 additions & 2 deletions nix/data/aarch64-darwin.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.5/laio-0.9.5-aarch64-darwin",
"hash": "1ipyvpfipd7i3caqgmrnb6n20hk2bgdbjgdzxxqfb918f68awgc6"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-aarch64-darwin.tgz",
"hash": "1yvykiyzj1s7xkmc9hknmid2975mq4s8cf9y48prj2spk2r4r6w8"
}
4 changes: 2 additions & 2 deletions nix/data/aarch64-linux.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.5/laio-0.9.5-aarch64-linux",
"hash": "0qfsqxzm88jhihild0sm68hhk2w6k0f9axc7i9dqvyxmw4vxac11"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-aarch64-linux.tgz",
"hash": "0bvxmyisq0rblnbiwyg98fimlsvf4f1cgb7w75hl0lja6g4g3mvd"
}
4 changes: 2 additions & 2 deletions nix/data/x86_64-darwin.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.5/laio-0.9.5-x86_64-darwin",
"hash": "0rz177nnp544ifddpa6d5kb7bvs9v5wp686nf1qfshdwnyjbq9rs"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-x86_64-darwin.tgz",
"hash": "1lcj66prvqzs702nqm4dfyxh974s8ymbidahd5qgwq1ax34bx94v"
}
4 changes: 2 additions & 2 deletions nix/data/x86_64-linux.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.5/laio-0.9.5-x86_64-linux",
"hash": "16g8kyqsg6sn7jbsf5k414yrxgzxbf30m330gzdq4bsvkrjc9q4w"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.9.6/laio-0.9.6-x86_64-linux.tgz",
"hash": "0ymfsnviklfxivbnqjcr2qb0x3gik382wh0k51hihhdnxgid0jr6"
}

0 comments on commit aa93a97

Please sign in to comment.