Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 05d4096

Browse files
committed
switch to sha1sum because of homebrew breaking md5
1 parent e8c55e1 commit 05d4096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/brews/postgresql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Postgresql < Formula
44
homepage 'http://www.postgresql.org/'
55
url 'http://ftp.postgresql.org/pub/source/v9.1.4/postgresql-9.1.4.tar.bz2'
6-
md5 'a8035688dba988b782725ac1aec60186'
6+
sha1 'c75fd5696af02a275a104260eac8b3a4abe35682'
77
version '9.1.4-boxen2'
88

99
depends_on 'ossp-uuid'

0 commit comments

Comments
 (0)