mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Change packages m-p from sha1 to sha256
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user