Commit ee20bdab authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update irssi from 1.0.5-1 to 1.2.2 (#3564)

This is a security release. Tested on ARM.
parent 4d655ed4
......@@ -3,27 +3,16 @@ require 'package'
class Irssi < Package
description 'Modular text mode IRC client with Perl scripting'
homepage 'https://irssi.org/'
version '1.0.5-1'
source_url 'https://github.com/irssi/irssi/releases/download/1.0.5/irssi-1.0.5.tar.xz'
source_sha256 'c2556427e12eb06cabfed40839ac6f57eb8b1aa6365fab6dfcd331b7a04bb914'
version '1.2.2'
source_url 'https://github.com/irssi/irssi/releases/download/1.2.2/irssi-1.2.2.tar.xz'
source_sha256 '6727060c918568ba2ff4295ad736128dba0b995d7b20491bca11f593bd857578'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/irssi-1.0.5-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/irssi-1.0.5-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/irssi-1.0.5-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/irssi-1.0.5-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '7c55448ba8a2ee0f520d1e26354995ae70703493fe9587879cc6ae1a9a4d2007',
armv7l: '7c55448ba8a2ee0f520d1e26354995ae70703493fe9587879cc6ae1a9a4d2007',
i686: '1d9e450d6a094abd33cdfe4785577a6473f5fa1dcee22036abaca66e9a01b3ba',
x86_64: '52182ab6c6618589a8a792cc3d4b98503a3eee71dc04974e3590ce55cc80d3e9',
})
depends_on 'glib' => :build
depends_on 'ncurses'
depends_on 'openssl'
depends_on 'perl'
def self.build
system './configure',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment