version bump app-admin/drush-8.5.0

This commit is contained in:
Micha Glave 2025-01-27 13:46:08 +01:00
parent 5deba18bb1
commit 4c8215e02d
2 changed files with 5 additions and 9 deletions

View File

@ -1 +1 @@
DIST drush-8.4.12.phar 1357093 BLAKE2B 4acefcd8f4acf9cd14b86df98b46e61ce0f8fd00d872267ff443d0de9715b2945bdc31819a754eaf74a5b010e81a2df63b8da730341e91a3b75d2e2bcd954cf9 SHA512 b5ee55779129bedee9bb86df0bd7ca9b676bc259bef95940411d6692b0571c77bc57258c07d83c769b4e29ab45b271648ca3b7f8bd554052d12051a94d220424 DIST drush-8.5.0.phar 1357327 BLAKE2B 29573e9337d6fb533354f47ad8d70a4a61d4a6876d831a24b4ed445f991893f94aca01d2aabb9ebf52ce5856501ef44d8f316907f6899910cfb78489544f9cbc SHA512 3ddabe91b0e9489457fc718d0e4c7908355c28da5f36d72fe4b2dbb3e0c5be70f700e2b6311ef7bfa48fcf2fbdd35f847d5a31cb17a6b1d879616c66e2ded029

View File

@ -2,23 +2,19 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=5 EAPI=8
inherit versionator
DESCRIPTION="Drush is a command line shell and scripting interface for Drupal" DESCRIPTION="Drush is a command line shell and scripting interface for Drupal"
HOMEPAGE="https://github.com/drush-ops/drush" HOMEPAGE="https://github.com/drush-ops/drush"
MY_PV=${PV}
MY_PV=$(replace_version_separator _ -) SRC_URI="https://github.com/drush-ops/drush/releases/download/${PV}/drush.phar -> ${P}.phar"
SRC_URI="https://github.com/drush-ops/drush/releases/download/${MY_PV}/drush.phar -> ${PN}-${MY_PV}.phar"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~x86 ~amd64" KEYWORDS="~x86 ~amd64"
IUSE="" IUSE=""
DEPEND=">=dev-lang/php-7.2.0" DEPEND=">=dev-lang/php-7.4.0"
RDEPEND="dev-lang/php[zip]" RDEPEND="dev-lang/php[zip]"
src_unpack() { src_unpack() {