Skip to content

Commit ec49d83

Browse files
committed
udunits: update artifact location
Signed-off-by: Rui Chen <[email protected]>
1 parent 8cfc90f commit ec49d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/u/udunits.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Udunits < Formula
22
desc "Unidata unit conversion library"
3-
homepage "https://www.unidata.ucar.edu/software/udunits/"
4-
url "https://artifacts.unidata.ucar.edu/repository/downloads-udunits/2.2.28/udunits-2.2.28.tar.gz"
3+
homepage "https://docs.unidata.ucar.edu/udunits/current/"
4+
url "https://downloads.unidata.ucar.edu/udunits/2.2.28/udunits-2.2.28.tar.gz"
55
sha256 "590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e"
66
license "UCAR"
77

88
livecheck do
9-
url "https://artifacts.unidata.ucar.edu/service/rest/repository/browse/downloads-udunits/current/"
9+
url "https://downloads.unidata.ucar.edu/udunits/"
1010
regex(/href=.*?udunits[._-]v?(\d+(?:\.\d+)+)\.t/i)
1111
end
1212

0 commit comments

Comments
 (0)