Skip to content

Commit

Permalink
vdirsyncer 0.9.2
Browse files Browse the repository at this point in the history
Vdirsyncer 0.9.1

Closes Homebrew/legacy-homebrew#50081.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
benjaminfrank authored and xu-cheng committed Mar 15, 2016
1 parent 63ccbb8 commit 060c5c6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Formula/vdirsyncer.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Vdirsyncer < Formula
desc "Synchronize calendars and contacts"
homepage "https://github.com/untitaker/vdirsyncer"
url "https://pypi.python.org/packages/source/v/vdirsyncer/vdirsyncer-0.9.0.tar.gz"
sha256 "c5101d8b29c4c0da37ef5542d5bcc53e6ce2266c955fd601ca19989db2e42a69"
url "https://pypi.python.org/packages/source/v/vdirsyncer/vdirsyncer-0.9.2.tar.gz"
sha256 "98b0eceb767b2062ff185221294e35a27d276cb2d74cf3450b646af2d90121bc"
head "https://github.com/untitaker/vdirsyncer.git"

bottle do
Expand All @@ -17,13 +17,13 @@ class Vdirsyncer < Formula
depends_on :python3

resource "requests_oauthlib" do
url "https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.6.0.tar.gz"
sha256 "2a0ca56031940e917983aa1584b9d1311769ff9fc9bbf01e06c7f75ade7c7724"
url "https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.6.1.tar.gz"
sha256 "905306080ec0cc6b3c65c8101f471fccfdb9994c16dd116524fd3fc0790d46d7"
end

resource "click" do
url "https://pypi.python.org/packages/source/c/click/click-5.1.tar.gz"
sha256 "678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a"
url "https://pypi.python.org/packages/source/c/click/click-6.3.tar.gz"
sha256 "b720d9faabe193287b71e3c26082b0f249501288e153b7e7cfce3bb87ac8cc1c"
end

resource "click_threading" do
Expand All @@ -32,8 +32,8 @@ class Vdirsyncer < Formula
end

resource "click_log" do
url "https://pypi.python.org/packages/source/c/click-log/click-log-0.1.1.tar.gz"
sha256 "0bc7e69311007adc4b5304d47933761999a43a18a87b9b7f2aa12b5e256f72fc"
url "https://pypi.python.org/packages/source/c/click-log/click-log-0.1.3.tar.gz"
sha256 "fd8dc8d65947ce6d6ee8ab3101fb0bb9015b9070730ada3f73ec761beb0ead4d"
end

resource "requests" do
Expand All @@ -42,18 +42,18 @@ class Vdirsyncer < Formula
end

resource "requests-toolbelt" do
url "https://pypi.python.org/packages/source/r/requests-toolbelt/requests-toolbelt-0.5.1.tar.gz"
sha256 "4f4be5325cf4af12847252406eefca8e9d1cd3cfb23a377aaac5cea32d55d23e"
url "https://pypi.python.org/packages/source/r/requests-toolbelt/requests-toolbelt-0.6.0.tar.gz"
sha256 "cc4e9c0ef810d6dfd165ca680330b65a4cf8a3f08f5f08ecd50a0253a08e541f"
end

resource "lxml" do
url "https://pypi.python.org/packages/source/l/lxml/lxml-3.4.4.tar.gz"
sha256 "b3d362bac471172747cda3513238f115cbd6c5f8b8e6319bf6a97a7892724099"
url "https://pypi.python.org/packages/source/l/lxml/lxml-3.5.0.tar.gz"
sha256 "349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578"
end

resource "atomicwrites" do
url "https://pypi.python.org/packages/source/a/atomicwrites/atomicwrites-0.1.5.tar.gz"
sha256 "9b16a8f1d366fb550f3d5a5ed4587022735f139a4187735466f34cf4577e4eaa"
url "https://pypi.python.org/packages/source/a/atomicwrites/atomicwrites-0.1.9.tar.gz"
sha256 "7cdfcee8c064bc0ba30b0444ba0919ebafccf5b0b1916c8cde07e410042c4023"
end

def install
Expand Down

0 comments on commit 060c5c6

Please sign in to comment.