makedeb


ventoy-bin 1.0.98-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: e4637f3f5ed2310cbe45b333e0c9db0a17b8bf6f

Message: 1.0.98

Diff


diff --git a/.SRCINFO b/.SRCINFO
index aaaf534..ad5c74b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = ventoy-bin
 pkgbase = ventoy-bin
 pkgdesc = An utility to directly boot image files without reformating the USB
 pkgrel = 0
-pkgver = 1.0.96
+pkgver = 1.0.98
 url = http://www.ventoy.net
 arch = amd64
 arch = arm64
@@ -13,16 +13,16 @@ depends = bash
 depends = util-linux
 depends = xz-utils
 depends = dosfstools
-license = GPL3
+license = GPL-3.0-or-later
 optdepends = libgtk-3-0: GTK3 GUI
 optdepends = libqt5gui5: Qt5 GUI
 optdepends = pkexec: run GUI from application menu
 provides = ventoy
-source = https://github.com/ventoy/Ventoy/releases/download/v1.0.96/ventoy-1.0.96-linux.tar.gz
+source = https://github.com/ventoy/Ventoy/releases/download/v1.0.98/ventoy-1.0.98-linux.tar.gz
 source = ventoy-wrapper.sh
 source = ventoy.desktop
 source = sanitize.patch
-sha256sums = 794a717c9434bb76e90174d408a94c3bf562c0a701239f5814a277c46cd275c8
+sha256sums = 263041f6f1bb08db3815ba7a208064229660ee5f60d1ee7cb638739dceceb0bc
 sha256sums = b41f1bb0ba96c6484fd64aefbb63a106b756f08667e19bde93ddc28d7de973a3
 sha256sums = 22225d48023806d0d15e059216ef4921de70cdb78348630be109fa9c669e2900
 sha256sums = 993ffb6daa6b61efe81e9e2922b82a0588737406525c37e0eed682ed500914f6
diff --git a/PKGBUILD b/PKGBUILD
index fd9e9b1..8c24ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 # Contributor: KokaKiwi (AUR)<kokakiwi+aur@kokakiwi.net>
 
 pkgname=ventoy-bin
-pkgver=1.0.96
+pkgver=1.0.98
 pkgrel=0
 pkgdesc="An utility to directly boot image files without reformating the USB"
 _ARCH="$(uname -m)"
 arch=("amd64" "arm64" "i386")
 url="http://www.ventoy.net"
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('bash' 'util-linux' 'xz-utils' 'dosfstools')
 optdepends=('libgtk-3-0: GTK3 GUI' 
             'libqt5gui5: Qt5 GUI'
@@ -21,7 +21,7 @@ source=("https://github.com/ventoy/Ventoy/releases/download/v${pkgver}/${pkgname
         "${pkgname%-bin}-wrapper.sh"
         "${pkgname%-bin}.desktop"
         'sanitize.patch')
-sha256sums=('794a717c9434bb76e90174d408a94c3bf562c0a701239f5814a277c46cd275c8'
+sha256sums=('263041f6f1bb08db3815ba7a208064229660ee5f60d1ee7cb638739dceceb0bc'
             'b41f1bb0ba96c6484fd64aefbb63a106b756f08667e19bde93ddc28d7de973a3'
             '22225d48023806d0d15e059216ef4921de70cdb78348630be109fa9c669e2900'
             '993ffb6daa6b61efe81e9e2922b82a0588737406525c37e0eed682ed500914f6')