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

Update smemstat from 0.01.17 to 0.02.03 (#3320)

parent 46c5c4d1
......@@ -3,22 +3,9 @@ require 'package'
class Smemstat < Package
description 'Smemstat reports the physical memory usage taking into consideration shared memory.'
homepage 'http://kernel.ubuntu.com/~cking/smemstat/'
version '0.01.17'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/smemstat/smemstat-0.01.17.tar.gz'
source_sha256 '350aae5e604d49e471bd4ab11a5e2c27b7056b848685ffeb049521647e767124'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/smemstat-0.01.17-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/smemstat-0.01.17-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/smemstat-0.01.17-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/smemstat-0.01.17-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '9978add15efd257d0915cc2982d0231efd92cdfcfd4642cbb5859aa48ba83209',
armv7l: '9978add15efd257d0915cc2982d0231efd92cdfcfd4642cbb5859aa48ba83209',
i686: '3e2b14f61e0ca5a43add0b6bfcc0a42f830f3b7e25ec1ff947e85b99ac64793e',
x86_64: '4f42dce4e4cff905bedfd9483864104de13ec3fccc4490d4b24ecf0cae421757',
})
version '0.02.03'
source_url 'https://kernel.ubuntu.com/~cking/tarballs/smemstat/smemstat-0.02.03.tar.xz'
source_sha256 'a14b3ab5c92b098f5e270e54ab38d1119ff6f9121251a9690b8fd83316370013'
depends_on 'ncurses'
......
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