Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782835 - ATLauncher wrong URL
Summary: ATLauncher wrong URL
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-14 14:29 UTC by personal
Modified: 2021-04-14 14:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description personal 2021-04-14 14:29:51 UTC
The ebuild in for the Package games-action/ATLauncher misspelled a URL.

Line 12:

original:
https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ${PN}.ico"

fixed:
https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico"

Summary:
icon.ico is misspelled as Icon.ico
Comment 1 Larry the Git Cow gentoo-dev 2021-04-14 14:56:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbb3a46392cead562160cf3977eee320d78cc7bf

commit cbb3a46392cead562160cf3977eee320d78cc7bf
Author:     Andrew Ammerlaan <andrewammerlaan@riseup.net>
AuthorDate: 2021-04-14 14:51:36 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@riseup.net>
CommitDate: 2021-04-14 14:51:36 +0000

    games-action/ATLauncher: fix url of ico file
    
    Closes: https://bugs.gentoo.org/782835
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>

 games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)