diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-03-21 16:07:34 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-03-21 16:07:34 +0000 |
commit | 9a7df970db3e7acabb9635c2263d55e731ded90d (patch) | |
tree | 609001cbf18e9c04719c222d190f5bab67dd96cc | |
parent | biology/vcf-split: Split a multi-sample VCF into single-sample VCFs (diff) |
sysutils/bvm: Update to 1.3.1
Add disk interface type and network interface type and replace tap with vmnet.
Changelog: https://github.com/bigdragonsoft/bvm/releases/tag/1.3.1
PR: 254462
Submitted by: guoqiang_cn@126.com (maintainer)
Notes
Notes:
svn path=/head/; revision=568923
-rw-r--r-- | sysutils/bvm/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bvm/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bvm/Makefile b/sysutils/bvm/Makefile index 70ebf5b17b6e..6b2a37d7bd0f 100644 --- a/sysutils/bvm/Makefile +++ b/sysutils/bvm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bvm -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= sysutils MAINTAINER= guoqiang_cn@126.com diff --git a/sysutils/bvm/distinfo b/sysutils/bvm/distinfo index bfb60a6d12f5..cac1c45836cf 100644 --- a/sysutils/bvm/distinfo +++ b/sysutils/bvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615354832 -SHA256 (bigdragonsoft-bvm-1.3.0_GH0.tar.gz) = 56e8fc1ab5fab65892874c696890ea8da94597f7c1a02cdcccf95e187c411cf9 -SIZE (bigdragonsoft-bvm-1.3.0_GH0.tar.gz) = 122561 +TIMESTAMP = 1616339900 +SHA256 (bigdragonsoft-bvm-1.3.1_GH0.tar.gz) = b452479f7e645a73e18066fa9862bb4523ff8da3637940d5d72fcf4c408dca81 +SIZE (bigdragonsoft-bvm-1.3.1_GH0.tar.gz) = 124158 |