Change packages m-p from sha1 to sha256

This commit is contained in:
Ed Reel
2017-07-01 11:09:10 -05:00
parent 53da19cb6e
commit e6e348f67c
63 changed files with 140 additions and 141 deletions

View File

@@ -5,17 +5,17 @@ class Nano < Package
homepage 'https://www.nano-editor.org/'
version '2.8.4'
source_url 'https://nano-editor.org/dist/v2.8/nano-2.8.4.tar.xz'
source_sha1 '83ac3285e50690205011a822eadb42709c0fb2f3'
source_sha256 'c7cf264f0f3e4af43ecdbc4ec72c3b1e831c69a1a5f6512d5b0c109e6bac7b11'
depends_on 'buildessential'
depends_on 'ncurses'
depends_on 'ncurses'
def self.build
system "./configure CPPFLAGS=\"-I/usr/local/include/ncurses\""
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
end