Skip to content

Commit

Permalink
Revert back to transitland-lib v0.16.2 for the time being
Browse files Browse the repository at this point in the history
This reverts commit a2ac9c3.
  • Loading branch information
drewda committed Oct 21, 2024
1 parent a2ac9c3 commit 4bcacba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions transitland-lib.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class TransitlandLib < Formula
desc "Library and tool for reading, writing, and processing transit data"
homepage "https://github.com/interline-io/transitland-lib"
version "v0.18.0"
version "v0.16.2"

if OS.mac? && Hardware::CPU.intel?
url "https://github.com/interline-io/transitland-lib/releases/download/#{version}/transitland-macos-intel.zip"
sha256 "772dcb0b4615dbda762a57e6621e0d11ec7ce27202efccdfbb53df7f636d3d30"
sha256 "2eda00e322c9868ef000cad9e5a9fe00c5a044347e24acc377f8e8de43c9f8cb"
elsif OS.mac? && Hardware::CPU.arm?
url "https://github.com/interline-io/transitland-lib/releases/download/#{version}/transitland-macos-apple.zip"
sha256 "f3fb45d69453f82497b120407cf7f02b122d31d7e30c1ab1d741aeac79039ca4"
sha256 "f0f6a3fed1dfcf92f661b55a5d69848b4d90fcdef2737c5769fef8686ced7c95"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/interline-io/transitland-lib/releases/download/#{version}/transitland-linux"
sha256 "0f2442e3d892581d9a6a491cc01fd3af137ff2d539a2baacf7607decef28b498"
sha256 "0216f8958d2fe96f3a5b03baa26f3f791e8711588a8a7c7235062e869e7fc1f3"
end

def install
Expand Down

0 comments on commit 4bcacba

Please sign in to comment.