os-prober: 1.82 -> 1.83

This commit is contained in:
Tim Biermann 2024-08-29 21:00:38 +02:00
parent 8514bfee2b
commit 64a483c63e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/MTDjivX419gHTdyYEo9nAsEU1FVE05VoIDWB6k8t39fdji89lxjejOtswVaLc6iyeFE0+UpjIJhlntd7MgxQM= RWSagIOpLGJF3+oVPSl568vwAuBbFwnYbCXlBE6rRmcgt61yXG04ivixrXYoU/+2zm1r2MWjuHqvJ59fJWPrX4WcbJFH8aTnAAQ=
SHA256 (Pkgfile) = 37c27a57132b4af7fc3becda0d3ec9f8e5dad1d3a8fa70c8f8f815ccacec3499 SHA256 (Pkgfile) = 1720225f455a505afc3816ac15fa8eaaf6204aa1d5453dfd7f934922e679b7f3
SHA256 (.footprint) = 304a8bff621cd9e72899712ff96855b3a777f9f233dcb4820f32fba094becae7 SHA256 (.footprint) = 304a8bff621cd9e72899712ff96855b3a777f9f233dcb4820f32fba094becae7
SHA256 (os-prober_1.82.tar.xz) = 3244125405c44f038b5299312f52dcf826a0d531e1ab97ec749a656d2886cf6e SHA256 (os-prober_1.83.tar.xz) = 8c82d5084c2b6f8935f6633612f18d16d04a0deffd6b99c264985fb7204140a6
SHA256 (os-prober-1.79-btrfs-subvolume-detection.patch) = 15bb651eec5a0ae9bd08fc70f1cc23246cf31e7054838d162020d4806dc67810 SHA256 (os-prober-1.79-btrfs-subvolume-detection.patch) = 15bb651eec5a0ae9bd08fc70f1cc23246cf31e7054838d162020d4806dc67810
SHA256 (os-prober-1.79-use-fstab-name.patch) = efb22d59db0c60fa1545ae8e18ac5585fda44a8a95ef8c46bca8499f79c7ad27 SHA256 (os-prober-1.79-use-fstab-name.patch) = efb22d59db0c60fa1545ae8e18ac5585fda44a8a95ef8c46bca8499f79c7ad27
SHA256 (os-prober-1.79-mounted-boot-partition-fix.patch) = fc46f47cb10d25387244888780733abfc4c45a7be44e8a49935d054aa5b82749 SHA256 (os-prober-1.79-mounted-boot-partition-fix.patch) = fc46f47cb10d25387244888780733abfc4c45a7be44e8a49935d054aa5b82749

View File

@ -4,7 +4,7 @@
# Depends on: grub2 # Depends on: grub2
name=os-prober name=os-prober
version=1.82 version=1.83
release=1 release=1
source=(http://ftp.de.debian.org/debian/pool/main/o/$name/${name}_$version.tar.xz source=(http://ftp.de.debian.org/debian/pool/main/o/$name/${name}_$version.tar.xz
# grabbed from gentoo # grabbed from gentoo
@ -16,7 +16,7 @@ source=(http://ftp.de.debian.org/debian/pool/main/o/$name/${name}_$version.tar.x
add-CRUX-detection.patch) add-CRUX-detection.patch)
build() { build() {
cd $name-$version cd work
patch -Np1 -i $SRC/add-CRUX-detection.patch patch -Np1 -i $SRC/add-CRUX-detection.patch
patch -Np1 -i $SRC/os-prober-1.79-btrfs-subvolume-detection.patch patch -Np1 -i $SRC/os-prober-1.79-btrfs-subvolume-detection.patch