diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
commit | f516638b7fe9592837389826a6152a7e1b251c54 (patch) | |
tree | 8bfecb640b7b6403d7a3d662d923eed630033da7 /games-arcade/notpacman | |
parent | 1a61119f9f7b057830e2ce0563f913ec86f282ad (diff) |
gentoo resync : 30.05.2020
Diffstat (limited to 'games-arcade/notpacman')
-rw-r--r-- | games-arcade/notpacman/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/notpacman/Manifest b/games-arcade/notpacman/Manifest index b60e6c0eaa7d..05ebad471ab7 100644 --- a/games-arcade/notpacman/Manifest +++ b/games-arcade/notpacman/Manifest @@ -1,4 +1,4 @@ DIST notpacman-1.0.4.zip 439775 BLAKE2B 223017b71220330167d948c46649ea6b98f6a0b165a2879c348ca5e20ce4ba0b60af6486a598bfd2b327b2e32bb9ff1f70e005b90395b1d0cc50c5d23ad8294a SHA512 c64d74cad972c22fe7674b55c0155fcd6e0176c580f53645a0cef7ae1e2c3453807f13fd9bbc9992cdc1176bc1687800f957ef5c11034a2ffe0774ec0118a863 DIST notpacman.png 1556 BLAKE2B d745ece089b9d829a47202e0e5d9a0cc4bd7365625fd0771b44d28c59d14ac903df586ec395c08a84115bf50e5842b6749239e37ec246fe6d112092db8aa541d SHA512 38fca81429255a5857476cbbcccb188ae4cc7fae4c044b45d82206ffcb41da5737e20135be2a6ab15ec1ff5faa74e5208a33a4966b3e9e99293c0ccb276b0c1b -EBUILD notpacman-1.0.4-r1.ebuild 939 BLAKE2B 54c73b5a0e78c03fce01450a29b9770024e0982cf0e79833e67b44c6fb198941b1517b642680177c080d9993493d2168cac7eaa32bb62af3ae99243d9725c5e0 SHA512 0e893153b4d480ee0a981546fd9450f1bfb6ec6a0bc8164af9c8315f8268c1af1f9b339a2134f43bbe1baf157c6066e141cc896e7026b8f3636f315acc9e74fd +EBUILD notpacman-1.0.4-r1.ebuild 941 BLAKE2B 8fbacfa0a9997ea671142160dff6d39fa28824be060f46c2b38ebc8e74057732c2544c37423f7be65f88596d1a3661878de393664b8f22448494eee8442308c6 SHA512 1e34ab5b7c18703b4e3c138994de4cdd0381ff336e0af62a716ac280c6512f99226857cf93d943bd5ae044c756e482b43c9b8c6c76aa94a09d51151789d6507f MISC metadata.xml 642 BLAKE2B 4be7dc3ed30e6fb7af83b8aa2a3cd862c1a7f7e76a97d32fc73485b7b691b77ae0908ff48a986b2e636f39271daf5ab324832046fa869ef3deb1b445da492b60 SHA512 171e756db4c5639b7855c5715fd394ab9c7f8c84a5720257a4655673cbe5f91a3664796bd5f64f52a3f687fad0513c2542df4939b43436a42d80bae99fc2e723 diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index 1fde2f95503f..26472c8d2172 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit desktop eutils gnome2-utils DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" -HOMEPAGE="http://stabyourself.net/notpacman/" -SRC_URI="http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip +HOMEPAGE="https://stabyourself.net/notpacman/" +SRC_URI="https://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip https://dev.gentoo.org/~chewi/distfiles/${PN}.png" LICENSE="WTFPL-2" |