summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2025-01-22 11:14:46 -0700
committerMark Wagie2025-01-22 11:14:46 -0700
commit358d1c9fb8e28879fab9aaa61545f896409f6124 (patch)
tree12f587a4a67937792ec0b28139117f2d4a62f1d6
parent66c291fb3bf021aad9f80c44dfa579567cbd9070 (diff)
downloadaur-358d1c9fb8e28879fab9aaa61545f896409f6124.tar.gz
1.1.00
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--LICENSE9
-rw-r--r--PKGBUILD4
4 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28763b463cfa..a5c3865f5458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ventoy-bin
pkgdesc = A new bootable USB solution
- pkgver = 1.0.99
+ pkgver = 1.1.00
pkgrel = 1
url = http://www.ventoy.net
install = ventoy.install
@@ -17,7 +17,7 @@ pkgbase = ventoy-bin
optdepends = polkit: run GUI from application menu
provides = ventoy
conflicts = ventoy
- source = https://github.com/ventoy/Ventoy/releases/download/v1.0.99/ventoy-1.0.99-linux.tar.gz
+ source = https://github.com/ventoy/Ventoy/releases/download/v1.1.00/ventoy-1.1.00-linux.tar.gz
source = ventoy
source = ventoygui
source = ventoyweb
@@ -26,7 +26,7 @@ pkgbase = ventoy-bin
source = ventoy-extend-persistent
source = ventoy.desktop
source = sanitize.patch
- sha256sums = 467cdd188a7f739bc706adbc1d695f61ffdefc95916adb015947d80829f00a3d
+ sha256sums = 27a2abaffa531c673059190975455db7a61583f221528e06da1ee38d1ea5702f
sha256sums = 1ad5d314e02b84127a5a59f3871eb1d28617218cad07cde3eeddcac391473000
sha256sums = 0215dbaf2095f5eeb2d40d9731268ed724790565e1dcaad67ffa4af80b5d8330
sha256sums = c3d4463a878a89d96e5f0bc4e1a43e48f27af5965bd4c977567695d7cf91fe5f
diff --git a/.gitignore b/.gitignore
index 2aa3ed1546fb..ba7476dccccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,12 @@
# Ignore everything
-*
+/*
# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO
+!.nvchecker.toml
+!LICENSE
!ventoy
!ventoygui
!ventoyplugson
@@ -14,4 +16,3 @@
!ventoy.desktop
!sanitize.patch
!ventoy.install
-!.nvchecker.toml
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..733e88560b9d
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,9 @@
+Binary files, as well as any files describing changes ("patches") to the software that is being built are excluded from this license. They are provided under the license terms of the software they describe changes for.
+
+Any files containing a license notice are excluded from this license. They are provided under the license terms defined in their respective notices.
+
+Copyright 2024 Arch Linux Contributors
+
+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index a42c22f6ed0e..273cc6713949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
pkgname=ventoy-bin
-pkgver=1.0.99
+pkgver=1.1.00
pkgrel=1
pkgdesc="A new bootable USB solution"
arch=('aarch64' 'i686' 'x86_64')
@@ -25,7 +25,7 @@ source=("https://github.com/ventoy/Ventoy/releases/download/v${pkgver}/${pkgname
"${pkgname%-bin}-extend-persistent"
"${pkgname%-bin}.desktop"
'sanitize.patch')
-sha256sums=('467cdd188a7f739bc706adbc1d695f61ffdefc95916adb015947d80829f00a3d'
+sha256sums=('27a2abaffa531c673059190975455db7a61583f221528e06da1ee38d1ea5702f'
'1ad5d314e02b84127a5a59f3871eb1d28617218cad07cde3eeddcac391473000'
'0215dbaf2095f5eeb2d40d9731268ed724790565e1dcaad67ffa4af80b5d8330'
'c3d4463a878a89d96e5f0bc4e1a43e48f27af5965bd4c977567695d7cf91fe5f'