Skip to content

nickle 2.103 #221809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
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

View workflow job for this annotation

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

View workflow job for this annotation

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

View workflow job for this annotation

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

View workflow job for this annotation

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

View workflow job for this annotation

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

View workflow job for this annotation

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

View workflow job for this annotation

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

Expand Down
Loading