Skip to content

Commit

Permalink
docs: updated CHANGELOG.md & docs
Browse files Browse the repository at this point in the history
🤖 add release changelog using rebot.
  • Loading branch information
ysicing authored and github-actions[bot] committed Aug 2, 2024
1 parent c1f8101 commit a346b6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1-alpha.2
3.1.1-alpha.3
10 changes: 5 additions & 5 deletions docs/qcadmin.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Qcadmin < Formula
desc "qcadmin is an open-source lightweight cli tool for managing quickon."
homepage "https://github.com/easysoft/quickon_cli"
version "3.1.0-alpha.2"
version "3.1.0-alpha.3"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "6301a46a52ca6badebd55329d808bf63d239196e2074e83f36e4c418cfcf6f7d"
sha256 "37075d88373cf67d44638f841c1da9388ef1e62d8f1282bfc7fdfa600b4df7d3"

def install
bin.install "qcadmin_darwin_arm64" => "qcadmin"
Expand All @@ -15,7 +15,7 @@ def install

if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_amd64"
sha256 "97d9b57fbf489e2664ee878dce76aa51bc917bfcc9775decbb8187702d643b41"
sha256 "57e45b8ad1ef5a3e75d0cc11dc7b42c8fa889999a4344173acdd471cc68a2b63"

def install
bin.install "qcadmin_darwin_amd64" => "qcadmin"
Expand All @@ -26,7 +26,7 @@ def install
on_linux do
if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_amd64"
sha256 "96c25fbb444c6aa138396957e9ba952b9d4773b96bbc96c0c436ea0626dc21b8"
sha256 "f56c392a1d6563d8deea72e7f9f8a8999aaac03c2028d400a36c7b3bbb825cec"

def install
bin.install "qcadmin_linux_amd64" => "qcadmin"
Expand All @@ -35,7 +35,7 @@ def install

if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_arm64"
sha256 "b45f4d21aafbdaa6fdeda9be3118a12b69c96908839a3007799f14786746048b"
sha256 "ecfbb685448ca7beae77af5f43fefd0dc86ddcc21cf60ce1d5a27f77bae1e93d"

def install
bin.install "qcadmin_linux_arm64" => "qcadmin"
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "3.1.1-alpha.2",
"stable": "3.1.1-alpha.2",
"dev": "3.1.1-alpha.2"
"latest": "3.1.1-alpha.3",
"stable": "3.1.1-alpha.3",
"dev": "3.1.1-alpha.3"
}

0 comments on commit a346b6f

Please sign in to comment.