makedeb


ventoy-bin 1.0.99-0


An utility to directly boot image files without reformating the USB

Click here to go back to the commit logs for ventoy-bin.

Commit:


Hash: 731ad1a24638a948bf3dca3d2bd8c7a79e11ba7f

Message: update: ventoy-bin 1.0.29-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8399c04..0c1092a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = ventoy-bin
 	pkgdesc = A new multiboot USB solution (Binary)
-	pkgver = 1.0.28
+	pkgver = 1.0.29
 	pkgrel = 1
 	url = http://www.ventoy.net/
 	arch = i686
@@ -14,12 +14,12 @@ pkgbase = ventoy-bin
 	depends = lib32-glibc
 	provides = ventoy
 	conflicts = ventoy
-	source = https://github.com/ventoy/Ventoy/releases/download/v1.0.28/ventoy-1.0.28-linux.tar.gz
+	source = https://github.com/ventoy/Ventoy/releases/download/v1.0.29/ventoy-1.0.29-linux.tar.gz
 	source = ventoy
 	source = sanitize.patch
-	sha256sums = 6d3b67c253e160616a844b7ea3822860f3c96dbc4e23023c2475ee29b1055932
+	sha256sums = 7b9476c359ae8c4c49f37a3a79a183fb627febb6e499492c174db53c5c5cfa64
 	sha256sums = f9f333e21ec211318ab40018e0da3a44d8bae16e36dd6132e7891f8c9df52f1c
-	sha256sums = f01eee34e2b8ea1c026b62be3dd0d021b6aca15a37fff62dc0d1881aadfd29bd
+	sha256sums = c61fe2f96357543233e8d8e3b4a81e26084af16ecf58314b268e4779fab37788
 
 pkgname = ventoy-bin
 
diff --git a/PKGBUILD b/PKGBUILD
index a2dd8a8..a9806cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
 
 pkgname=ventoy-bin
-pkgver=1.0.28
+pkgver=1.0.29
 pkgrel=1
 pkgdesc='A new multiboot USB solution (Binary)'
 url='http://www.ventoy.net/'
@@ -14,9 +14,9 @@ provides=("${pkgname%-bin}")
 conflicts=("${pkgname%-bin}")
 source=("https://github.com/ventoy/Ventoy/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-linux.tar.gz"
         "${pkgname%-bin}" 'sanitize.patch')
-sha256sums=('6d3b67c253e160616a844b7ea3822860f3c96dbc4e23023c2475ee29b1055932'
+sha256sums=('7b9476c359ae8c4c49f37a3a79a183fb627febb6e499492c174db53c5c5cfa64'
             'f9f333e21ec211318ab40018e0da3a44d8bae16e36dd6132e7891f8c9df52f1c'
-            'f01eee34e2b8ea1c026b62be3dd0d021b6aca15a37fff62dc0d1881aadfd29bd')
+            'c61fe2f96357543233e8d8e3b4a81e26084af16ecf58314b268e4779fab37788')
 
 prepare() {
   msg2 "Decompress tools..."
diff --git a/sanitize.patch b/sanitize.patch
index ffee449..3bbbbd6 100644
--- a/sanitize.patch
+++ b/sanitize.patch
@@ -101,7 +101,7 @@ If you are interested to improve this patch, welcome to mail me.
          # fi
      # fi
      
--    # PART1_TYPE=$(dd if=$DISK bs=1 count=1 skip=450 status=none | ./tool/hexdump -n1 -e  '1/1 "%02X"')
+-    # PART1_TYPE=$(dd if=$DISK bs=1 count=1 skip=450 status=none | hexdump -n1 -e  '1/1 "%02X"')
 -    # if [ "$PART1_TYPE" != "07" ]; then
 -        # vtdebug "part1 type is $PART2_TYPE not 07"
 -        # ventoy_false