Skip to content

Commit

Permalink
Releasing v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Jun 15, 2024
1 parent 7a2fae1 commit 7ca021d
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.2"
version = "0.10.3"
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.2"
version "0.10.3"

depends_on "tmux"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.2/laio-0.10.2-x86_64-darwin.tgz"
sha256 "44f964f7ebcd10273ba4adbfb231dc911611898130c6a1b5d382ad4463f4ff33"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-x86_64-darwin.tgz"
sha256 "df09604cd7ae5f8826ae8f830d4a6b5bf3d031d1bbddba5a60321db72320d4eb"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.2/laio-0.10.2-aarch64-darwin.tgz"
sha256 "723a9cd701cc7e97347b244a1378e22a86c767e64258f83df88e0d0d16a1f89a"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-aarch64-darwin.tgz"
sha256 "7af408d68a7873dc69a1775a1f09bc1697395c44e6b7710edc4ff363de9b21b1"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.2/laio-0.10.2-x86_64-linux.tgz"
sha256 "25c28f00f261a8b7226aa670859b4abd77828b993d1f1cc2c1a1732bb372f967"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-x86_64-linux.tgz"
sha256 "1c8a38f8df24066c4968d409914b305ce88dcd42a7c9b9f143302f144e6456ec"
elsif Hardware::CPU.arm?
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.2/laio-0.10.2-aarch64-linux.tgz"
sha256 "3d3a40860f20e8754aa59b3d9bd4a218da6028ac246936157777957462853dad"
url "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-aarch64-linux.tgz"
sha256 "1b819bf909f7c094d10fbe062f6989ed3734d5ea721e98cc1dba5ac812b482b9"
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.2/laio-0.10.2-aarch64-darwin.tgz",
"hash": "16pql4b0s3cfz0yzhn22wrkwg1iaw9w16ji4gcs9fznc07brqfkj"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-aarch64-darwin.tgz",
"hash": "1c91kgg67wsgvh773dz68if3k5qnph4iynkpl5lxqwvqibb0ix3s"
}
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.2/laio-0.10.2-aarch64-linux.tgz",
"hash": "1b9xhmi795bpfwakcs94mhl61nhqlba9ngcvlm57bs101y340fix"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-aarch64-linux.tgz",
"hash": "1fc2nh9chnms3p69h7kjxbak8dzdi5ljy1my1z8r9h7p17wrp08v"
}
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.2/laio-0.10.2-x86_64-darwin.tgz",
"hash": "0czzyiil9bc2sfss3iihh64i25livhqv5gxdlhxjf46dxgvn9ya4"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-x86_64-darwin.tgz",
"hash": "1syl40ivf79jc1dbmpdvs4qx1wsvdd50v0wgmqk8hpxfsx6602fz"
}
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.2/laio-0.10.2-x86_64-linux.tgz",
"hash": "0rzrfarjnwx1q711q7rxk65q4xxx9adqaw56d8ibga31y808zhi5"
"url": "https://github.com/ck3mp3r/laio-cli/releases/download/v0.10.3/laio-0.10.3-x86_64-linux.tgz",
"hash": "1v2nci718brh8gqvkjd78b6qvs2w615r22fld14nq1i4vzw3i2hw"
}

0 comments on commit 7ca021d

Please sign in to comment.