Commit 08d40371 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update sluice from 0.02.06 to 0.02.08 (#3334)

parent 30118a54
......@@ -3,22 +3,9 @@ require 'package'
class Sluice < Package
description 'Sluice is a program that reads input on stdin and outputs on stdout at a specified data rate.'
homepage 'http://kernel.ubuntu.com/~cking/sluice/'
version '0.02.06'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/sluice/sluice-0.02.06.tar.gz'
source_sha256 'a1f06c2e7077e28fedb2b4f82066f6e6396bbd2fb4e8f22ef219ff573cdbe163'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sluice-0.02.06-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sluice-0.02.06-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sluice-0.02.06-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sluice-0.02.06-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'b081ce6dc65ec1ef759b69bcba07621f6bb2f9db9259f070a17a1c996bef83d0',
armv7l: 'b081ce6dc65ec1ef759b69bcba07621f6bb2f9db9259f070a17a1c996bef83d0',
i686: 'b356314b9fa4ad7554aafac03d11e19adbd970bc1632a45fab964041a4078e8f',
x86_64: 'eb90754ce6faf50a82258306a94d61f6f092e5898bd0389bdbeb4c3b694eaec0',
})
version '0.02.08'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/sluice/sluice-0.02.08.tar.gz'
source_sha256 'c1fc8093f93bc376d494883f3302749fcf46a1041baab6c3304ef6185f9c1569'
def self.build
system "sed -i 's,/usr,#{CREW_PREFIX},g' Makefile"
......
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