Skip to content
Closed
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
7 changes: 3 additions & 4 deletions Formula/n/nickle.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
class Nickle < Formula

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / Linux x86_64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / Linux arm64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)

Check notice on line 1 in Formula/n/nickle.rb

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for nickle built at 92f0539c4ad (Merge 32ed209b494ed22a9e31bab19f164996b5b11991 into b66990940e758bfbc7e583ee9cf24496489b0d64, 2025-05-01)
desc "Desk calculator language"
homepage "https://www.nickle.org/"
url "https://deb.debian.org/debian/pool/main/n/nickle/nickle_2.102.tar.xz"
sha256 "a997f211b47ca53bc000a2fc64a95282dd7eb7671a8e649f8196b58352b643a3"
url "https://nickle.org/release/nickle-2.103.tar.xz"
sha256 "5ec34861d3888956bcb1d50bb3a917f6a53f228a967b88401afe8a9f0f2f36c0"
license "MIT"
head "https://keithp.com/cgit/nickle.git", branch: "master"

livecheck do
url "https://deb.debian.org/debian/pool/main/n/nickle/"
url "https://nickle.org/release/"
regex(/href=.*?nickle[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

Loading
Oops, something went wrong.