summaryrefslogtreecommitdiff
path: root/gnu/packages/distributed.scm
AgeCommit message (Collapse)Author
2020-03-26gnu: boinc-client: Update to 7.16.5.Efraim Flashner
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.5.
2020-03-26gnu: boinc-server: Fix build.Efraim Flashner
* gnu/packages/distributed.scm (boinc-server)[inputs]: Replace openssl with openssl-1.0, mariadb with mariadb:dev.
2020-02-16gnu: boinc-client: Trim synopsis.Tobias Geerinckx-Rice
* gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name.
2020-02-16gnu: boinc-client: Update to 7.16.4.Tobias Geerinckx-Rice
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.4.
2019-12-23gnu: boinc-client: Update to 7.16.3.Tobias Geerinckx-Rice
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.3.
2019-10-12gnu: BOINC: Add a source file name.Marius Bakke
While at it, future-proof the URL as well. * gnu/packages/distributed.scm (boinc-client)[source](file-name): New field.
2019-10-12gnu: BOINC: Update license.Marius Bakke
* gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
2019-10-12gnu: BOINC: Remove redundant comment.Marius Bakke
* gnu/packages/distributed.scm (boinc-client)[description]: Don't mention license terms.
2019-09-24gnu: Add boinc-client and boinc-server.Brant Gardner
* gnu/packages/distributed.scm (boinc-client, boinc-server): New variable. Signed-off-by: Brian Leung <leungbk@mailfence.com>