Skip to content

Commit

Permalink
Releasing v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Jul 12, 2024
1 parent cfde6d1 commit 10cf1c4
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.10.3"
version = "0.10.4"
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.10.3"
version "0.10.4"

depends_on "tmux"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-x86_64-darwin.tgz"
sha256 "df09604cd7ae5f8826ae8f830d4a6b5bf3d031d1bbddba5a60321db72320d4eb"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-x86_64-darwin.tgz"
sha256 "49b9354afad030aa52b30502779c21a8c2e7280c504a550fe792c473019976cc"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-aarch64-darwin.tgz"
sha256 "7af408d68a7873dc69a1775a1f09bc1697395c44e6b7710edc4ff363de9b21b1"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-aarch64-darwin.tgz"
sha256 "262e616bf29ddc5f5dc817ed74de22d7a7fdbe3721e939c945176e39dde1efa0"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-x86_64-linux.tgz"
sha256 "1c8a38f8df24066c4968d409914b305ce88dcd42a7c9b9f143302f144e6456ec"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-x86_64-linux.tgz"
sha256 "6ecdb8798b4c3549499a3a3037775c895a794ee37b6ef68e64497fe0ba0564af"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-aarch64-linux.tgz"
sha256 "1b819bf909f7c094d10fbe062f6989ed3734d5ea721e98cc1dba5ac812b482b9"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-aarch64-linux.tgz"
sha256 "b4661c9d677ce27a6e4a50bd27e3d3edf17a6739c258d59ef06e40211818b4ce"
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.10.3/laio-0.10.3-aarch64-darwin.tgz",
"hash": "1c91kgg67wsgvh773dz68if3k5qnph4iynkpl5lxqwvqibb0ix3s"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-aarch64-darwin.tgz",
"hash": "187gw7fkjvhp8p4kks916yzgv9yp4bg79v8pr1fmzp4xy9mn2bi6"
}
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.10.3/laio-0.10.3-aarch64-linux.tgz",
"hash": "1fc2nh9chnms3p69h7kjxbak8dzdi5ljy1my1z8r9h7p17wrp08v"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-aarch64-linux.tgz",
"hash": "1kml30c22h3fy2gdan6275kpmwgdsgijggah99p7mqkwcyfiqrml"
}
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.10.3/laio-0.10.3-x86_64-darwin.tgz",
"hash": "1syl40ivf79jc1dbmpdvs4qx1wsvdd50v0wgmqk8hpxfsx6602fz"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-x86_64-darwin.tgz",
"hash": "1k3nk40p7i4jww7majjh1hlfghm846f7f0h5nd9alc6hz953bfa9"
}
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.10.3/laio-0.10.3-x86_64-linux.tgz",
"hash": "1v2nci718brh8gqvkjd78b6qvs2w615r22fld14nq1i4vzw3i2hw"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.4/laio-0.10.4-x86_64-linux.tgz",
"hash": "1bv40nxf0zs9cj7gcvkvwd77jnl9bivkfc1sk94ljdacidwvikbf"
}

0 comments on commit 10cf1c4

Please sign in to comment.