mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
electron-packager: cleanup
This commit is contained in:
parent
ca4e9d5870
commit
39ccaca72f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST electron-packager-13.0.1-npm-cache.tar.gz 3439293 BLAKE2B 8c48b14d9dde2fde19ed7ba9d3667bdb3c3a714a3081f27099d5e24b499a2f5029c5401cd71d6fd022a0b2d3f2f11fc93a609ea4001dcb6e5c589c4bcecb8b6a SHA512 3ef8d0d8a249cf81ccf873e09f61630204729d2ec104681fc34024c426f333d9eafeab1801d5995c7309467a5022bb7d1ab799b07a8cc08d7967b424ccbb051f
|
||||
DIST electron-packager-13.0.1-npm-cache.tar.gz 3443398 BLAKE2B f7f960599cf275425ee60befe678c20ca00334149d4ec32513c6fcc200ccbc6bafdbf7bfd1e4c97099124f3fb26167f220e410a570ed66fd5558412fcc27c7cc SHA512 a1d8a0e4083944d3f41debe664df65e38b9dc99b7f5d1792dcf36b018751e261247051d96aaaad2c6f061e9f96dc6bab01923806001acada80bf1a19c24ae452
|
||||
DIST electron-packager-13.0.1.tar.gz 168324 BLAKE2B 53ee57ac3a15b620441d9a911d2058a8388c7507f4e08f2b5cf37cf4818c6ea0c7af29906626375f03083484c15fe6ce8bc26fab6d248b27abb2cce74baa2c5b SHA512 f160daafb57c5008bed470f0a54bcbf9b7c344e906e455663a73069ce0b0114226e63a7c3f6d24ea285f50ab39a911a17c4506e26296abd105e3d19cd426b351
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Six Degrees of Domain Admin"
|
||||
HOMEPAGE="https://github.com/BloodHoundAD/BloodHound"
|
||||
SRC_URI="https://github.com/electron-userland/electron-packager//archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
SRC_URI="https://github.com/electron-userland/electron-packager/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://dev.pentoo.ch/~blshkv/distfiles/electron-packager-13.0.1-npm-cache.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue