Skip to content

Commit

Permalink
Releasing v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Nov 24, 2024
1 parent 96662cc commit e5d4a57
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.11.5"
version = "0.11.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,27 +1,27 @@
class Laio < Formula
desc "laio - a simple, flexbox-inspired, layout & session manager for tmux."
homepage "https://laio.sh"
version "0.11.5"
version "0.11.6"

depends_on "tmux"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-x86_64-darwin.tgz"
sha256 "d2854e2200cc5d06d10320f0fcbe18ee35db0bc3f65cee5f434dd961b449a550"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-x86_64-darwin.tgz"
sha256 "f6a51f16fa3b9660333dda1d115545071fd6845ab5339097f8279d87f12486c9"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-aarch64-darwin.tgz"
sha256 "384a86f2e45187a164da54744b45dc4dc70316bcc4739e899b650eff99aab58e"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-aarch64-darwin.tgz"
sha256 "6dd00efca4db3885936b7ace4ca04a5d84fcc3d7544755f094d8e0f32cb79d78"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-x86_64-linux.tgz"
sha256 "21b20e164fe73ca835707b9af5c1245d72654b594fbb5532b16be6a4d8e34718"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-x86_64-linux.tgz"
sha256 "3f9ab00627e1ca79a3f775e50a6ccc59d5ba37f38a3dd60ef9cc0aeaa7b79af0"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-aarch64-linux.tgz"
sha256 "b1faf454b398429e78cec63730498361a3f0c0964e2d826f2d89d67f572a7c58"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-aarch64-linux.tgz"
sha256 "82094007b7dc31c056c03bbfcce5a5ed9210f1b3eae8be295bc8dd1c82de306a"
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.11.5/laio-0.11.5-aarch64-darwin.tgz",
"hash": "13mmmaczy3k5kf4rwwy4phb07isdvi2lnx2lv9ja31siwkr8cjiq"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-aarch64-darwin.tgz",
"hash": "0y4xnwng7q6qjkq5aislsz1zr12x9ah4rkksdf9qaf6vlky0xl3d"
}
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.11.5/laio-0.11.5-aarch64-linux.tgz",
"hash": "0n3w59bpzml95mpq4bafjv0g18v1hd4k0dy6rrw9whlqndag9ymi"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-aarch64-linux.tgz",
"hash": "0sihvs11rpf8bclvxs7angqi14pdlpjwrgrvq1bc0cfwnw3l02c2"
}
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.11.5/laio-0.11.5-x86_64-darwin.tgz",
"hash": "0l5596s63nad8dgywp7nqc5xndgf32zgrw100g8hcpfc00i4x1fj"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-x86_64-darwin.tgz",
"hash": "1jc64kqqg797z2br0cxmba2dc7q78mai27fs7lrn15ivz8b1z9gn"
}
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.11.5/laio-0.11.5-x86_64-linux.tgz",
"hash": "0627wgca9rkbn4r5bfsgb55nawjx4k0zb6kvf0sshg779wb0xci1"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.6/laio-0.11.6-x86_64-linux.tgz",
"hash": "1w4snykyl2ncz47dcgcaycvvmmarrin0mrbmyyipkjp14w3b16iz"
}

0 comments on commit e5d4a57

Please sign in to comment.