Skip to content

Commit

Permalink
app-misc/tinyfetch: rename source to ${P}.gh.tar.gz
Browse files Browse the repository at this point in the history
Fix variable order

Signed-off-by: Lucio Sauer <[email protected]>
  • Loading branch information
antecrescent committed Jul 3, 2024
1 parent 7fa7d01 commit fcb97c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-misc/tinyfetch/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST tinyfetch.tar.gz 21077 BLAKE2B 73a9107721edd5c559af229af3e9ff1a2c373efe3195e662f1a482631f6f5250eeaf20fba7143ce423244bc135d7699f7cdc77a2d557e11aaf84183fcaa04664 SHA512 5add99be93ad43319022e85cb1a294ea80d36ac4f075f317c1e030209e5759bb6916a11cd343fb7abb570006f32adc520e6ee43eea41ba43e285418b01a311a1
DIST tinyfetch-5.2.gh.tar.gz 21077 BLAKE2B 73a9107721edd5c559af229af3e9ff1a2c373efe3195e662f1a482631f6f5250eeaf20fba7143ce423244bc135d7699f7cdc77a2d557e11aaf84183fcaa04664 SHA512 5add99be93ad43319022e85cb1a294ea80d36ac4f075f317c1e030209e5759bb6916a11cd343fb7abb570006f32adc520e6ee43eea41ba43e285418b01a311a1
3 changes: 1 addition & 2 deletions app-misc/tinyfetch/tinyfetch-5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ EAPI=8

inherit meson

SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz"

DESCRIPTION="fetch program written in pure C"
HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"
SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down

0 comments on commit fcb97c4

Please sign in to comment.