mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
bulk_extractor: 1.6.0_p20190628 bump
This commit is contained in:
parent
10bdc9d88a
commit
28c5018dcb
2 changed files with 1 additions and 3 deletions
|
|
@ -7,17 +7,15 @@ inherit autotools eutils git-r3 gnome2-utils xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="Scans a disk image for regular expressions and other content"
|
DESCRIPTION="Scans a disk image for regular expressions and other content"
|
||||||
HOMEPAGE="https://github.com/simsong/bulk_extractor"
|
HOMEPAGE="https://github.com/simsong/bulk_extractor"
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
# Please check a ".gitmodules" file on upstream before bump it
|
# Please check a ".gitmodules" file on upstream before bump it
|
||||||
EGIT_REPO_URI="https://github.com/simsong/bulk_extractor"
|
EGIT_REPO_URI="https://github.com/simsong/bulk_extractor"
|
||||||
if [[ ${PV} != *9999 ]]; then
|
if [[ ${PV} != *9999 ]]; then
|
||||||
#EGIT_COMMIT="${PV}"
|
#EGIT_COMMIT="${PV}"
|
||||||
EGIT_COMMIT="164fdf948167f8121184b5ab88dd2f9b51882123"
|
EGIT_COMMIT="7457af0666b3c3808c2dd3dd72e9ac7bbac8fa4c" # 20190628
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="aff doc +beviewer +ewf +exiv2 hashdb rar"
|
IUSE="aff doc +beviewer +ewf +exiv2 hashdb rar"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue