sys-boot/ventoy-bin: bump version

Signed-off-by: ston <ston.jia@qq.com>
This commit is contained in:
ston 2023-01-08 23:36:06 +08:00 committed by 梁永祥
parent 9bdfd12c80
commit 0a78b5c8f9
4 changed files with 12 additions and 6 deletions

View File

@ -512,6 +512,12 @@ prefix = "v"
# TODO
#["dev-util/jetbrains-toolbox"]
["dev-util/marksman-bin"]
source = "github"
github = "artempyanykh/marksman"
use_latest_release = true
github_account = "st0nie"
["dev-util/pahole"]
source = "git"
git = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git"

View File

@ -1 +1 @@
DIST marksman-linux 19140426 BLAKE2B 25e33c34343735ea0aed7e06a61edc52dcd119af100129193e5d7caff73f80dd7975f955d6473c29935bd53b6b6fd9eb40b8e6767146fd479bcd863dfc15e862 SHA512 64339e1d7df85b7699b6fae3ca462a53ac40f72d55ad2ca2456b2c47d26a3880368722c23020e9c77fb78e1b90d252f573fa9eb3e63323e30a807fa527a7b449
DIST marksman-bin-2022.12.28 19165330 BLAKE2B 93763eb6637c90c07d82a58c15c447849a2fc18b2dd69d9cf7b9a8fca804d7cea0b503296a55f6aeb4c517e303f83cf5edd3ca42075e064211a763e4eb7ddfc9 SHA512 1bfff8bc5d198607e2d895c47d1110df04a7be11ee0b92c4b348fc333f64515e61eccaa8cc073fb119956aac2d145824c240b240af221a44d3efe63d57f6b795

View File

@ -1,13 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A language server for Markdown"
HOMEPAGE="https://github.com/artempyanykh/marksman"
SRC_URI="https://github.com/artempyanykh/marksman/releases/download/${PV//./-}/marksman-linux"
SRC_URI="https://github.com/artempyanykh/marksman/releases/download/${PV//./-}/marksman-linux -> ${P}"
RESTRICT="strip"
RESTRICT="strip mirror"
LICENSE="MIT"
SLOT="0"
@ -16,5 +16,5 @@ KEYWORDS="~amd64"
S="${WORKDIR}"
src_install() {
newbin "${DISTDIR}"/marksman-linux marksman
newbin "${DISTDIR}"/"${P}" marksman
}

View File

@ -3,7 +3,7 @@
<pkgmetadata>
<maintainer type="person">
<name>ston</name>
<email>2424284164@qq.com</email>
<email>ston.jia@qq.com</email>
</maintainer>
<upstream>
<remote-id type="github">artempyanykh/marksman</remote-id>