app-office/nixnote-bin: file name add version number

See the context here 6e321e9189 (commitcomment-143113023)

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-06-14 04:54:17 +04:00
parent 177fdff5d1
commit 3758d9b18c
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
DIST NixNote2-x86_64.AppImage 67507392 BLAKE2B 2817e9b7cd96f79880d55e7d2ed7449c77c6d2006bd135b2bdcfb2b9d3b554a04d8c03477158b460d11ffd9a12f9cd4c4964daebc8e644a174de04db65aa6fe4 SHA512 87a483c2254019bda1c9ba41c6d9739f30b2728ac521da8ca20023236123438f64b208171fd019ba2057f89069a0f322ee8ac79fc97f87c4343411f3b0de7eb5
DIST nixnote-bin-2.1.10.AppImage 67507392 BLAKE2B 2817e9b7cd96f79880d55e7d2ed7449c77c6d2006bd135b2bdcfb2b9d3b554a04d8c03477158b460d11ffd9a12f9cd4c4964daebc8e644a174de04db65aa6fe4 SHA512 87a483c2254019bda1c9ba41c6d9739f30b2728ac521da8ca20023236123438f64b208171fd019ba2057f89069a0f322ee8ac79fc97f87c4343411f3b0de7eb5

View File

@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="Free and open source note taking app, compatible with Evernote sync server"
HOMEPAGE="https://github.com/robert7/nixnote2"
SRC_URI="https://github.com/robert7/nixnote2/releases/download/v${PV}/NixNote2-x86_64.AppImage"
SRC_URI="https://github.com/robert7/nixnote2/releases/download/v${PV}/NixNote2-x86_64.AppImage -> ${P}.AppImage"
S="${WORKDIR}"
@@ -20,5 +20,5 @@ RDEPEND="sys-fs/fuse:0"
QA_PREBUILT="*"
src_install() {
newbin "${DISTDIR}/NixNote2-x86_64.AppImage" nixnote-bin
newbin "${DISTDIR}/${P}.AppImage" nixnote-bin
}