Skip to content

Commit

Permalink
net-misc/hoppscotch-bin: make pkgcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gouwazi authored and peeweep committed Nov 29, 2024
1 parent ee5b341 commit f70e409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-misc/hoppscotch-bin/hoppscotch-bin-24.11.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ inherit unpacker desktop xdg

DESCRIPTION="Open source API development ecosystem"
HOMEPAGE="https://hoppscotch.io"
SRC_URI="https://github.com/hoppscotch/releases/releases/download/v$(ver_rs 3 '-')/Hoppscotch_linux_x64.deb -> ${P}.deb"
MY_PV=$(ver_rs 3 '-')
SRC_URI="https://github.com/hoppscotch/releases/releases/download/v${MY_PV}/Hoppscotch_linux_x64.deb -> ${P}.deb"

S="${WORKDIR}"
LICENSE="MIT"
Expand Down

0 comments on commit f70e409

Please sign in to comment.