makedeb
An utility to directly boot image files without reformating the USB
Click here to go back to the commit logs for ventoy-bin.
Hash: e3a92141fbcb1e607ab928974c504dca832298af
Message: update: ventoy-bin 1.0.48-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 12c7ae5..cab2c21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ventoy-bin
pkgdesc = A new multiboot USB solution (Binary)
- pkgver = 1.0.47
+ pkgver = 1.0.48
pkgrel = 1
url = http://www.ventoy.net/
install = ventoy.install
@@ -14,13 +14,13 @@ pkgbase = ventoy-bin
depends = lib32-glibc
provides = ventoy
conflicts = ventoy
- source = https://github.com/ventoy/Ventoy/releases/download/v1.0.47/ventoy-1.0.47-linux.tar.gz
+ source = https://github.com/ventoy/Ventoy/releases/download/v1.0.48/ventoy-1.0.48-linux.tar.gz
source = ventoy
source = ventoyweb
source = ventoy-persistent
source = ventoy-extend-persistent
source = sanitize.patch
- sha256sums = 1cc045f31779047384f767057458cc9da45a0015d1760bdbc43518fb6faad37d
+ sha256sums = 7ca5ef89fcb52884bb313a1b7e3036f79e7505eead005d17a1804e4691c180b1
sha256sums = 1ad5d314e02b84127a5a59f3871eb1d28617218cad07cde3eeddcac391473000
sha256sums = c3d4463a878a89d96e5f0bc4e1a43e48f27af5965bd4c977567695d7cf91fe5f
sha256sums = 51029745da197dded6e007aee3f30f7ea1aa6e898172a6ea176cc2f3a842d0ff
diff --git a/PKGBUILD b/PKGBUILD
index 2dccbc6..05bd80d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
pkgname=ventoy-bin
-pkgver=1.0.47
+pkgver=1.0.48
pkgrel=1
pkgdesc='A new multiboot USB solution (Binary)'
url='http://www.ventoy.net/'
@@ -16,7 +16,7 @@ install="${pkgname%-bin}.install"
source=("https://github.com/ventoy/Ventoy/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-linux.tar.gz"
"${pkgname%-bin}" "${pkgname%-bin}web" "${pkgname%-bin}-persistent" "${pkgname%-bin}-extend-persistent"
'sanitize.patch')
-sha256sums=('1cc045f31779047384f767057458cc9da45a0015d1760bdbc43518fb6faad37d'
+sha256sums=('7ca5ef89fcb52884bb313a1b7e3036f79e7505eead005d17a1804e4691c180b1'
'1ad5d314e02b84127a5a59f3871eb1d28617218cad07cde3eeddcac391473000'
'c3d4463a878a89d96e5f0bc4e1a43e48f27af5965bd4c977567695d7cf91fe5f'
'51029745da197dded6e007aee3f30f7ea1aa6e898172a6ea176cc2f3a842d0ff'
diff --git a/ventoy.install b/ventoy.install
index 4a0f822..4b95a59 100644
--- a/ventoy.install
+++ b/ventoy.install
@@ -10,7 +10,3 @@ post_install() {
printf "$(tput setaf 4) ->$(tput sgr0; tput bold) %s$(tput sgr0)\n" \
' (See https://www.ventoy.net/en/plugin_persistence.html for documentation.)'
}
-
-post_upgrade() {
- if [ $(vercmp $2 1.0.39) -le 0 ]; then post_install; fi
-}