Skip to content

Commit

Permalink
Releasing v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Jan 26, 2025
1 parent 0f88e37 commit e2a8e6c
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.12.0"
version = "0.12.1"
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.12.0"
version "0.12.1"

depends_on "tmux"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.0/laio-0.12.0-x86_64-darwin.tgz"
sha256 "9dd094eb5674313596245b0983ad8112175328aae199ded1e375af3c27dd4c0d"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-x86_64-darwin.tgz"
sha256 "d43ff751acb7d93b888a7310ddbda099371ebc2e3ed3a9cfb937b268481a497c"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.0/laio-0.12.0-aarch64-darwin.tgz"
sha256 "2c1fc563844417ceb8776ae4a5dd204880e8831dd5b495cb066977e8e35ce6bf"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-aarch64-darwin.tgz"
sha256 "bb580c466099bc0d4ef6954136e2ee04a7534206869f42b4cad07e503f07b1dc"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.0/laio-0.12.0-x86_64-linux.tgz"
sha256 "ef6dacf0b0d546ba1209800d65d78bf2c1441eff85f50628273afafab3cd4fbc"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-x86_64-linux.tgz"
sha256 "c230b8dbe3b0e5aee083bc8c2336753a0b226d94e71d0cb8a1bc7ff0bc8081a7"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.0/laio-0.12.0-aarch64-linux.tgz"
sha256 "6f3600cb82ccc2e0eb7d0403227ba5c9545be1ca5022a61ed447bb3f71c6a892"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-aarch64-linux.tgz"
sha256 "9d9f0d2fb54640ac73e87c3b9fbbb58a8bd28d9281ebcf42311c221b84ac09cb"
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.12.0/laio-0.12.0-aarch64-darwin.tgz",
"hash": "1gz6bkiyhxv90v5rbd6m3n1yi02843fsbr3afywcw5s4hiiwa7rc"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-aarch64-darwin.tgz",
"hash": "1p5i0wzm0znhras457w60r1579q4xvi3chcmyr70vg4rc130qn5v"
}
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.12.0/laio-0.12.0-aarch64-linux.tgz",
"hash": "14m8qrqkzfs7shgac8jhrbhmnm69lmxj40q4gpmy1hnchb5h0dkg"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-aarch64-linux.tgz",
"hash": "1jq9mj21n8hw651czsw1ja6x52wannxryfvwx1rsqh26nlphv7wx"
}
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.12.0/laio-0.12.0-x86_64-darwin.tgz",
"hash": "03acvlkkrbvmwg8xx6g1m8l565qjh6nq62av4jb3acblavmr9l4x"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-x86_64-darwin.tgz",
"hash": "0z293946icipp77sklry5sy1wdwrl2yxs43kia43pndpmi8zfgyl"
}
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.12.0/laio-0.12.0-x86_64-linux.tgz",
"hash": "1g2grnrzmyis4wl0dxc5zwg49hgjigbna3c0149blinmn3qaqvgg"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.12.1/laio-0.12.1-x86_64-linux.tgz",
"hash": "19w1h2yg0zxwl6w0q7g7jinj42rsflv2735whghaxrdhwgdvhc62"
}

0 comments on commit e2a8e6c

Please sign in to comment.