zramen: update to 0.6.0.
This commit is contained in:
parent
b59a4dc448
commit
c6b6a92580
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'zramen'
|
||||
pkgname=zramen
|
||||
version=0.2.1
|
||||
revision=2
|
||||
depends="virtual?awk bash bc coreutils grep kmod util-linux"
|
||||
version=0.6.0
|
||||
revision=1
|
||||
depends="virtual?awk bash bc coreutils grep kmod procps-ng util-linux"
|
||||
short_desc="Manage zram swap space"
|
||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||
license="Unlicense"
|
||||
homepage="https://github.com/atweiden/zramen"
|
||||
distfiles="https://github.com/atweiden/zramen/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=368d384eff501392e8dd12dbd12cc490352267fb214ec78f9b5f08f0883bc7c1
|
||||
distfiles="https://github.com/atweiden/zramen/releases/download/${version}/zramen-${version}.tar.gz"
|
||||
checksum=7b2936c9d8c69338022bfa9507dd58da2ce75a8c9447013923c6a466bb69a16a
|
||||
conf_files="/etc/sv/zramen/conf"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue