Skip to content

Commit

Permalink
Releasing v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Nov 8, 2024
1 parent edfb260 commit 2a9bec7
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.4"
version = "0.11.5"
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.4"
version "0.11.5"

depends_on "tmux"

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

on_linux do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-x86_64-linux.tgz"
sha256 "0dd40176bf80ea5e1e685a41c8e4a8a5aa21ea837414eb478f83f65bf1c8d455"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-x86_64-linux.tgz"
sha256 "21b20e164fe73ca835707b9af5c1245d72654b594fbb5532b16be6a4d8e34718"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.4/laio-0.11.4-aarch64-linux.tgz"
sha256 "badb0aade7cfd3bb7771180b8d0522ddae32d43f0f6444a4996f48dd2bcc2e18"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-aarch64-linux.tgz"
sha256 "b1faf454b398429e78cec63730498361a3f0c0964e2d826f2d89d67f572a7c58"
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.4/laio-0.11.4-aarch64-darwin.tgz",
"hash": "1npqw7vq24kab355xv09c2inf1wms3gymnjgmyalma354c3idpai"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-aarch64-darwin.tgz",
"hash": "13mmmaczy3k5kf4rwwy4phb07isdvi2lnx2lv9ja31siwkr8cjiq"
}
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.4/laio-0.11.4-aarch64-linux.tgz",
"hash": "061frhmxsj3gk6j48r0g7za35bnx482qs2qqf5vvplygwynhmnxs"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-aarch64-linux.tgz",
"hash": "0n3w59bpzml95mpq4bafjv0g18v1hd4k0dy6rrw9whlqndag9ymi"
}
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.4/laio-0.11.4-x86_64-darwin.tgz",
"hash": "0vn83rdpr25nl48zf07qizvsrn8c9v5fazk36hdq8gxb0lcz05wf"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-x86_64-darwin.tgz",
"hash": "0l5596s63nad8dgywp7nqc5xndgf32zgrw100g8hcpfc00i4x1fj"
}
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.4/laio-0.11.4-x86_64-linux.tgz",
"hash": "0mflr3qmpxl3ix3yn53lhgm23am5m3jchhasd0g5xsl0pxv03m0d"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.11.5/laio-0.11.5-x86_64-linux.tgz",
"hash": "0627wgca9rkbn4r5bfsgb55nawjx4k0zb6kvf0sshg779wb0xci1"
}

0 comments on commit 2a9bec7

Please sign in to comment.