From b5314304009d4e4c4aaaf45c2d53f312f2d7b9fa Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 29 Jul 2015 02:58:58 +0200 Subject: [PATCH] sqlite 3.8.11 --- Formula/minidlna.rb | 2 +- Formula/mpd.rb | 1 + Formula/sqlite.rb | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/minidlna.rb b/Formula/minidlna.rb index 0ae0aa2ae3..6078cf3f7e 100644 --- a/Formula/minidlna.rb +++ b/Formula/minidlna.rb @@ -5,7 +5,7 @@ class Minidlna < Formula homepage "http://sourceforge.net/projects/minidlna/" url "https://downloads.sourceforge.net/project/minidlna/minidlna/1.1.4/minidlna-1.1.4.tar.gz" sha1 "56f333f8af91105ce5f0861d1f1918ebf5b0a028" - revision 1 + revision 2 bottle do cellar :any diff --git a/Formula/mpd.rb b/Formula/mpd.rb index 286afa5b9a..0ee3f268b5 100644 --- a/Formula/mpd.rb +++ b/Formula/mpd.rb @@ -1,6 +1,7 @@ class Mpd < Formula desc "Music Player Daemon" homepage "http://www.musicpd.org/" + revision 1 stable do url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.10.tar.xz" diff --git a/Formula/sqlite.rb b/Formula/sqlite.rb index 61de5ce696..d5f0e6e4d9 100644 --- a/Formula/sqlite.rb +++ b/Formula/sqlite.rb @@ -1,9 +1,9 @@ class Sqlite < Formula desc "Command-line interface for SQLite" homepage "https://sqlite.org/" - url "https://sqlite.org/2015/sqlite-autoconf-3081002.tar.gz" - sha256 "8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626" - version "3.8.10.2" + url "https://sqlite.org/2015/sqlite-autoconf-3081100.tar.gz" + sha256 "89640082f56b0aec1e691ba4976fb592ac905c791e616905d0a5f0c38e88b616" + version "3.8.11" bottle do cellar :any @@ -34,9 +34,9 @@ class Sqlite < Formula end resource "docs" do - url "https://sqlite.org/2015/sqlite-doc-3081002.zip" - version "3.8.10.2" - sha256 "e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4" + url "https://sqlite.org/2015/sqlite-doc-3081100.zip" + version "3.8.11" + sha256 "54d1679325a1df1b62cff9c969c2a916139a78cc7a90256b00659089769856ae" end def install