Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Casks/kickbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# frozen_string_literal: true

cask "kickbacks" do
version "0.2.0"
sha256 "replace_on_release"
version "0.3.0"
sha256 "e76eef57b5733ef4de8f2967d1be82d95e8d570a1ec71593791656742d5dd52e"

url "https://github.com/amitray007/kickbacks/releases/download/v#{version}/Kickbacks.dmg"
name "Kickbacks"
Expand Down
4 changes: 2 additions & 2 deletions Formula/kickbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
class Kickbacks < Formula
desc "Read-only CLI + menu-bar app for your own Kickbacks.ai earnings (unofficial)"
homepage "https://github.com/amitray007/kickbacks"
url "https://github.com/amitray007/kickbacks/releases/download/v0.2.0/kickbacks-cli-macos.zip"
sha256 "149a8cc79c7b817a003b4afcc7a6449591ce7bd9d0dce3cfb17a4f339026bec0"
url "https://github.com/amitray007/kickbacks/releases/download/v0.3.0/kickbacks-cli-macos.zip"
sha256 "cb16d93dfb458ba52bb2a2385d32fefa474e4be25b79496411c1efbdc109c2de"
license "Apache-2.0"

# Stable installs prebuilt (unsigned) arm64 binaries from the GitHub release — no toolchain
Expand Down