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: b2d61b75f8e67ebf9adef83c8760e510246989fa

Message: update: ventoy-bin 1.0.16-1 upstream release thx @bkl for flagging as ood

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0f17d16..732aceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = ventoy-bin
 	pkgdesc = A new multiboot USB solution (Binary)
-	pkgver = 1.0.15
+	pkgver = 1.0.16
 	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.15/ventoy-1.0.15-linux.tar.gz
+	source = https://github.com/ventoy/Ventoy/releases/download/v1.0.16/ventoy-1.0.16-linux.tar.gz
 	source = ventoy
 	source = sanitize.patch
-	sha256sums = 7ed49732c88b42be58de3666c8a7ac02f7e0fdb360b44b3ddd9691ede1f1ea6e
+	sha256sums = 921b3423ee80bbfe0cd287a115bc458f8114f4e4e1a7a4017791086115dc6f8a
 	sha256sums = f9f333e21ec211318ab40018e0da3a44d8bae16e36dd6132e7891f8c9df52f1c
-	sha256sums = c32c24809c3c14520c1a8470dca89c44a2e7fc8b40ce07f705b424a7f2015383
+	sha256sums = c0622d25259e143e0528a632eb91347964b1d78d8fbd1dc5812edc34bf32db47
 
 pkgname = ventoy-bin
 
diff --git a/PKGBUILD b/PKGBUILD
index ea06586..bb8db56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
 
 pkgname=ventoy-bin
-pkgver=1.0.15
+pkgver=1.0.16
 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=('7ed49732c88b42be58de3666c8a7ac02f7e0fdb360b44b3ddd9691ede1f1ea6e'
+sha256sums=('921b3423ee80bbfe0cd287a115bc458f8114f4e4e1a7a4017791086115dc6f8a'
             'f9f333e21ec211318ab40018e0da3a44d8bae16e36dd6132e7891f8c9df52f1c'
-            'c32c24809c3c14520c1a8470dca89c44a2e7fc8b40ce07f705b424a7f2015383')
+            'c0622d25259e143e0528a632eb91347964b1d78d8fbd1dc5812edc34bf32db47')
 
 prepare() {
   msg2 "Decompress tools..."
diff --git a/sanitize.patch b/sanitize.patch
index 445aa7b..d908202 100644
--- a/sanitize.patch
+++ b/sanitize.patch
@@ -54,7 +54,7 @@ If you are interested to improve this patch, welcome to mail me.
 +./tool/VentoyWorker.sh $*
 --- tool/ventoy_lib.sh
 +++ tool/ventoy_lib.sh
-@@ -36,7 +36,7 @@ vterr() {
+@@ -37,7 +37,7 @@
  }
  
  vtdebug() {
@@ -63,7 +63,7 @@ If you are interested to improve this patch, welcome to mail me.
  }
  
  check_tool_work_ok() {
-@@ -51,30 +51,6 @@ check_tool_work_ok() {
+@@ -52,30 +52,6 @@
          vtoyfat=vtoyfat_32
      fi
      
@@ -94,8 +94,8 @@ If you are interested to improve this patch, welcome to mail me.
      vtdebug "tool check success ..."
      ventoy_true
  }
-@@ -132,13 +108,6 @@ is_disk_contains_ventoy() {
-         return
+@@ -137,13 +113,6 @@
+         fi
      fi
      
 -    # PART1_TYPE=$(dd if=$DISK bs=1 count=1 skip=450 status=none | ./tool/hexdump -n1 -e  '1/1 "%02X"')