We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eec887e + 40b2e0b commit 1bd306bCopy full SHA for 1bd306b
Formula/g/gwyddion.rb
@@ -1,13 +1,13 @@
1
class Gwyddion < Formula
2
desc "Scanning Probe Microscopy visualization and analysis tool"
3
- homepage "http://gwyddion.net/"
+ homepage "https://gwyddion.net/"
4
url "https://downloads.sourceforge.net/project/gwyddion/gwyddion/2.68/gwyddion-2.68.tar.xz"
5
sha256 "725c3f71738362b10b1e2cf76d391684cf2f15a71a2b34ef1caddabd6d5a9bfa"
6
license "GPL-2.0-or-later"
7
8
livecheck do
9
- url "http://gwyddion.net/download.php"
10
- regex(/stable version Gwyddion v?(\d+(?:\.\d+)+):/i)
+ url "https://gwyddion.net/download.php"
+ regex(/stable\s+version\s+Gwyddion\s+v?(\d+(?:\.\d+)+)[:<\s]/im)
11
end
12
13
bottle do
0 commit comments