Skip to content

Commit

Permalink
Releasing v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Nov 5, 2024
1 parent 9888447 commit 6981f41
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.3"
version = "0.11.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.11.3"
version "0.11.4"

depends_on "tmux"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.3/laio-0.11.3-x86_64-darwin.tgz"
sha256 "d5c0bede8ac6a8b0ce13d645d5206aa30b076e87424d387b880150832d87a6a1"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-x86_64-darwin.tgz"
sha256 "8e17f01905ab3f841b34637ee5ca4e0cd9acf78ff800f711a1b6887c5b1ec86e"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.3/laio-0.11.3-aarch64-darwin.tgz"
sha256 "fde0bc8d7807590b4970753b312c9f811dec76b7c750fcf1d7046a13346efa95"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-aarch64-darwin.tgz"
sha256 "51dd16072365a84a95af4fdaeadfd0950767a36009ec5eca586a1281f7e1f8da"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.3/laio-0.11.3-x86_64-linux.tgz"
sha256 "f7ee66f8150db084c206c44b7957218d334485c82efacc7a783a02dc99cfaa12"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-x86_64-linux.tgz"
sha256 "0dd40176bf80ea5e1e685a41c8e4a8a5aa21ea837414eb478f83f65bf1c8d455"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.3/laio-0.11.3-aarch64-linux.tgz"
sha256 "2031f325c884e5f616927f5833fa1fa42a7991a1424d76ca783f2540c35e1cfb"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-aarch64-linux.tgz"
sha256 "badb0aade7cfd3bb7771180b8d0522ddae32d43f0f6444a4996f48dd2bcc2e18"
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.3/laio-0.11.3-aarch64-darwin.tgz",
"hash": "15gsdqs16sh4szqzql67nxvfq7c1kwn32fvmf14hnn87g26vrq7x"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-aarch64-darwin.tgz",
"hash": "1npqw7vq24kab355xv09c2inf1wms3gymnjgmyalma354c3idpai"
}
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.3/laio-0.11.3-aarch64-linux.tgz",
"hash": "1yqwbv1l099zg357cka2l68pjam43zx36n3zj8bgdrc4r0jz6c90"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-aarch64-linux.tgz",
"hash": "061frhmxsj3gk6j48r0g7za35bnx482qs2qqf5vvplygwynhmnxs"
}
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.3/laio-0.11.3-x86_64-darwin.tgz",
"hash": "18d6hwnq6l01i1xkhka2hxp0f2x3d8hdaifn2g7b1a66ibgbxh6m"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-x86_64-darwin.tgz",
"hash": "0vn83rdpr25nl48zf07qizvsrn8c9v5fazk36hdq8gxb0lcz05wf"
}
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.3/laio-0.11.3-x86_64-linux.tgz",
"hash": "04marycxq0isg1xcryifr22l8cwd45bpjjy40v189c0d2pw6dvpp"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-x86_64-linux.tgz",
"hash": "0mflr3qmpxl3ix3yn53lhgm23am5m3jchhasd0g5xsl0pxv03m0d"
}

0 comments on commit 6981f41

Please sign in to comment.