Skip to content

Commit

Permalink
swap mirror and urls to new order
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 14, 2023
1 parent b74cde5 commit 2b23464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/clojure/install/clojure.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Clojure < Formula
desc "The Clojure Programming Language"
homepage "https://clojure.org"
mirror "https://github.com/clojure/brew-install/releases/download/${stable.version}/clojure-tools-${stable.version}.tar.gz"
url "https://download.clojure.org/install/clojure-tools-${stable.version}.tar.gz"
url "https://github.com/clojure/brew-install/releases/download/${stable.version}/clojure-tools-${stable.version}.tar.gz"
mirror "https://download.clojure.org/install/clojure-tools-${stable.version}.tar.gz"
sha256 "${stable.sha}"
license "EPL-1.0"

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/clojure/install/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class ClojureAT${version.short} < Formula
desc "The Clojure Programming Language"
homepage "https://clojure.org"
mirror "https://github.com/clojure/brew-install/releases/download/${project.version}/clojure-tools-${project.version}.tar.gz"
url "https://download.clojure.org/install/clojure-tools-${project.version}.tar.gz"
url "https://github.com/clojure/brew-install/releases/download/${project.version}/clojure-tools-${project.version}.tar.gz"
mirror "https://download.clojure.org/install/clojure-tools-${project.version}.tar.gz"
sha256 "SHA"
license "EPL-1.0"

Expand Down

0 comments on commit 2b23464

Please sign in to comment.