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: 92a02e42fa817e7d30112acf4ce56f069f035f1b

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c957659..3074901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = ventoy-bin
 	pkgdesc = A new multiboot USB solution (Binary)
-	pkgver = 1.0.17
+	pkgver = 1.0.18
 	pkgrel = 1
 	url = http://www.ventoy.net/
 	arch = i686
@@ -12,12 +12,12 @@ pkgbase = ventoy-bin
 	depends = exfat-utils
 	provides = ventoy
 	conflicts = ventoy
-	source = https://github.com/ventoy/Ventoy/releases/download/v1.0.17/ventoy-1.0.17-linux.tar.gz
+	source = https://github.com/ventoy/Ventoy/releases/download/v1.0.18/ventoy-1.0.18-linux.tar.gz
 	source = ventoy
 	source = sanitize.patch
-	sha256sums = 3d0857c056dcca9ce0ca0d55b923ea6ad4ac1d088c4a33dd87201da130ee65cc
+	sha256sums = 76aa7acd5ce6a49f7a77275d5ce7f8c500181ef89d17daade8778cff1f194e20
 	sha256sums = f9f333e21ec211318ab40018e0da3a44d8bae16e36dd6132e7891f8c9df52f1c
-	sha256sums = c0622d25259e143e0528a632eb91347964b1d78d8fbd1dc5812edc34bf32db47
+	sha256sums = b042d5b525427a65b566aaf6bef5fd3091c4f543fcd8e3e23055fd35b7d73dbb
 
 pkgname = ventoy-bin
 
diff --git a/PKGBUILD b/PKGBUILD
index dc3e6db..76833f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
 
 pkgname=ventoy-bin
-pkgver=1.0.17
+pkgver=1.0.18
 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=('3d0857c056dcca9ce0ca0d55b923ea6ad4ac1d088c4a33dd87201da130ee65cc'
+sha256sums=('76aa7acd5ce6a49f7a77275d5ce7f8c500181ef89d17daade8778cff1f194e20'
             'f9f333e21ec211318ab40018e0da3a44d8bae16e36dd6132e7891f8c9df52f1c'
-            'c0622d25259e143e0528a632eb91347964b1d78d8fbd1dc5812edc34bf32db47')
+            'b042d5b525427a65b566aaf6bef5fd3091c4f543fcd8e3e23055fd35b7d73dbb')
 
 prepare() {
   msg2 "Decompress tools..."
diff --git a/sanitize.patch b/sanitize.patch
index d908202..6e9449d 100644
--- a/sanitize.patch
+++ b/sanitize.patch
@@ -7,7 +7,7 @@ If you are interested to improve this patch, welcome to mail me.
 
 --- Ventoy2Disk.sh
 +++ Ventoy2Disk.sh
-@@ -8,43 +8,4 @@
+@@ -8,48 +8,4 @@
  echo '***********************************************************'
  echo ''
  
@@ -42,14 +42,19 @@ If you are interested to improve this patch, welcome to mail me.
 -
 -    if ! [ -f ./tool/ash ]; then
 -        echo 'Failed to decompress tools ...'
--        cd $OLDDIR
+-        if [ -n "$OLDDIR" ]; then 
+-            cd $OLDDIR
+-        fi
 -        exit 1
 -    fi
 -fi
 -
 -./tool/ash ./tool/VentoyWorker.sh $*
 -
--cd $OLDDIR
+-if [ -n "$OLDDIR" ]; then 
+-    cd $OLDDIR
+-fi
+-
 -
 +./tool/VentoyWorker.sh $*
 --- tool/ventoy_lib.sh
@@ -95,8 +100,8 @@ If you are interested to improve this patch, welcome to mail me.
      ventoy_true
  }
 @@ -137,13 +113,6 @@
-         fi
-     fi
+         # fi
+     # fi
      
 -    # PART1_TYPE=$(dd if=$DISK bs=1 count=1 skip=450 status=none | ./tool/hexdump -n1 -e  '1/1 "%02X"')
 -    # if [ "$PART1_TYPE" != "07" ]; then