boinc: update to 7.16.20.
add log/run to stop service from polluting console/TTY with output
This commit is contained in:
parent
1bcf9abddc
commit
fb1aac2f07
2 changed files with 4 additions and 3 deletions
1
srcpkgs/boinc/files/boinc/log/run
Symbolic link
1
srcpkgs/boinc/files/boinc/log/run
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/bin/vlogger
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.16.16
|
version=7.16.20
|
||||||
revision=2
|
revision=1
|
||||||
_majorver=${version%.*}
|
_majorver=${version%.*}
|
||||||
wrksrc=boinc-client_release-${_majorver}-${version}
|
wrksrc=boinc-client_release-${_majorver}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://boinc.berkeley.edu/"
|
homepage="https://boinc.berkeley.edu/"
|
||||||
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
||||||
checksum=0d5656a9f8ed1048936a5764270848b892d63f27bdb863d0ace447f1eaae6002
|
checksum=ed2457023ed72a2ba5460494fe016032dd2cf49d9d755e1386d16a4333db7332
|
||||||
system_accounts="boinc"
|
system_accounts="boinc"
|
||||||
boinc_homedir="/var/lib/boinc"
|
boinc_homedir="/var/lib/boinc"
|
||||||
boinc_shell="/bin/bash"
|
boinc_shell="/bin/bash"
|
||||||
|
|
Loading…
Reference in a new issue