mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
sonarqube-bin: 7.8 bump
This commit is contained in:
parent
41b3f1fea6
commit
1bbb232b0d
2 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST sonarqube-7.6.zip 189719547 BLAKE2B a2b00327e8a59391d227598f4546a2f4403c316d20bd29e5190a58b114e047f07eab66bf4d81c31c077da8bb0dd004240991a6ee52e5552330d4ee1dbece4365 SHA512 6ba83a696422f90acad4e21623b819c5e0e88b52d693a1d03a829174645feaa45407f38e68f33b33c1ec5fe953550e8984bd746574e66e6001f61e3dce9b9729
|
||||
DIST sonarqube-7.7.zip 196832147 BLAKE2B 14f54c6d687e25fef605a0cb44c371680a335d240ff5867c83e002c2967b3f8a5054a071b439380e491a144e37f033405fb5024626e1aa1c79a47a723e5938f2 SHA512 2da0d0143c9158bd958bbff08a0ca3a249e7bbc17acc789b8ba11cd6aa481f1d37d57497ce28f0e724d25d1008f2b0684df73b9cd39fc879e4c183e9c1d85e7a
|
||||
DIST sonarqube-7.8.zip 205736714 BLAKE2B 09d6c037e00ffb6eeef8afe2786cfbd6ae069667a5055aa1294d7552d81071d25235981a8950c60c57277626695c8312e86482654e53413d428db93a3eed073c SHA512 2d72dd268afb980ded12f0fec268f8fffc02c0100361be57b4dc938d4c252121884bb08ed42fed60577163be1b50e58b382bb0ccb960e3af52b722567ef8a1db
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ MY_P="sonarqube-${MY_PV}"
|
|||
SRC_URI="https://binaries.sonarsource.com/Distribution/sonarqube/${MY_P}.zip"
|
||||
RESTRICT="mirror"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="systemd"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
|
@ -52,8 +52,8 @@ src_install() {
|
|||
|
||||
fowners -R sonar:sonar ${INSTALL_DIR}
|
||||
|
||||
fperms 755 "${INSTALL_DIR}/bin/linux-x86-32/sonar.sh"
|
||||
fperms 755 "${INSTALL_DIR}/bin/linux-x86-32/wrapper"
|
||||
# fperms 755 "${INSTALL_DIR}/bin/linux-x86-32/sonar.sh"
|
||||
# fperms 755 "${INSTALL_DIR}/bin/linux-x86-32/wrapper"
|
||||
|
||||
fperms 755 "${INSTALL_DIR}/bin/linux-x86-64/sonar.sh"
|
||||
fperms 755 "${INSTALL_DIR}/bin/linux-x86-64/wrapper"
|
||||
Loading…
Reference in a new issue