mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-crystal/selenium: update HOMEPAGE, SRC_URI
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -8,10 +8,10 @@ inherit shards
|
||||
MY_PN="${PN}.cr"
|
||||
DESCRIPTION="Selenium library for Crystal"
|
||||
HOMEPAGE="
|
||||
https://matthewmcgarvey.github.io/selenium.cr/
|
||||
https://github.com/matthewmcgarvey/selenium.cr
|
||||
https://crystal-loot.github.io/selenium.cr/
|
||||
https://github.com/crystal-loot/selenium.cr
|
||||
"
|
||||
SRC_URI="https://github.com/matthewmcgarvey/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/crystal-loot/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user