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.
1 parent 700340d commit 43c3950Copy full SHA for 43c3950
Formula/n/neon.rb
@@ -1,11 +1,10 @@
1
class Neon < Formula
2
desc "HTTP and WebDAV client library with a C interface"
3
homepage "https://notroj.github.io/neon/"
4
- url "https://notroj.github.io/neon/neon-0.35.0.tar.gz"
5
- mirror "https://fossies.org/linux/www/neon-0.35.0.tar.gz"
6
- sha256 "1467afb73f35e3f5d0e9fd70628c14cba266a65e2a1fb6e3f945ee3385c8595b"
+ url "https://notroj.github.io/neon/neon-0.36.0.tar.gz"
+ mirror "https://fossies.org/linux/www/neon-0.36.0.tar.gz"
+ sha256 "70cc7f2aeebde263906e185b266e04e0de92b38e5f4ecccbf61e8b79177c2f07"
7
license "LGPL-2.0-or-later"
8
- revision 1
9
10
livecheck do
11
url :homepage
0 commit comments