mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
chore(pkg): update nwipe version to 0.39 (#380)
* chore: bump nwipe * chore: clean the .mk file of nwipe * chore: update .mk and .hash files * chore: add tar.gz into gitignore * chore: try to integrate https://github.com/PartialVolume/shredos.x86_64/pull/322 * Revert "chore: try to integrate https://github.com/PartialVolume/shredos.x86_64/pull/322" This reverts commit6a4ad199ea. * chore: bump image name * Revert "chore: bump image name" This reverts commitec70d375b5. --------- Co-authored-by: Daan Selen <dselen@systemec.nl>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,4 +13,5 @@
|
||||
*.rej
|
||||
*~
|
||||
*.pyc
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
*.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
sha1 9df9abe27302c73c856f78e5650b5be211b81d5f nwipe-v0.38.tar.gz
|
||||
sha1 62adb09d04c8de18848efde4834115b7731a1c22 v0.39.tar.gz
|
||||
|
||||
@@ -4,15 +4,17 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NWIPE_VERSION = v0.38
|
||||
NWIPE_SITE = $(call github,martijnvanbrummelen,nwipe,$(NWIPE_VERSION))
|
||||
NWIPE_VERSION = 0.39
|
||||
NWIPE_SOURCE = v$(NWIPE_VERSION).tar.gz
|
||||
NWIPE_SITE = https://github.com/martijnvanbrummelen/nwipe/archive/refs/tags
|
||||
|
||||
NWIPE_DEPENDENCIES = ncurses parted dmidecode coreutils
|
||||
|
||||
define NWIPE_INITSH
|
||||
(cd $(@D) && cp ../../../package/nwipe/002-nwipe-banner-patch.sh $(@D) && ./002-nwipe-banner-patch.sh && PATH="../../host/bin:${PATH}" ./autogen.sh);
|
||||
(cd $(@D) && cp ../../../package/nwipe/002-nwipe-banner-patch.sh $(@D) && ./002-nwipe-banner-patch.sh && PATH="../../host/bin:${PATH}" ./autogen.sh);
|
||||
endef
|
||||
|
||||
NWIPE_POST_PATCH_HOOKS += NWIPE_INITSH
|
||||
|
||||
#NWIPE_POST_PATCH_HOOKS += NWIPE_INITSH
|
||||
NWIPE_PRE_CONFIGURE_HOOKS += NWIPE_INITSH
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user