summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-04-04 15:58:46 +0200
committerSibren Vasse2019-04-04 15:58:46 +0200
commit0850c3a67009ff1fe7489b6ebc72bd3a7d969604 (patch)
tree32deb20fddf1b15f91ab01e5ed7f741a3b135fa8
parent1e27376b549e2779e35e51f0d6e2df654e4b8ed3 (diff)
downloadaur-0850c3a67009ff1fe7489b6ebc72bd3a7d969604.tar.gz
v3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dc7b389a337..32244f889c62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bootiso
pkgdesc = A bash script to securely create a bootable USB device from one ISO file.
- pkgver = 3.2.2
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/jsamr/bootiso
arch = any
@@ -10,8 +10,8 @@ pkgbase = bootiso
depends = rsync
depends = bc
depends = wimlib
- source = https://github.com/jsamr/bootiso/archive/v3.2.2.tar.gz
- sha256sums = 50d3d4ce855db8b3328e4f7bbe677de2531a341276cc2b546e5fefc9f593a9f9
+ source = https://github.com/jsamr/bootiso/archive/v3.3.0.tar.gz
+ sha256sums = 88c92abcfc2c92b292e7e50785c32f493309605d88f9022f8328d8797076e3a4
pkgname = bootiso
diff --git a/PKGBUILD b/PKGBUILD
index f5f0740bf125..56a1def81311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>
pkgname=bootiso
-pkgver=3.2.2
+pkgver=3.3.0
pkgrel=1
pkgdesc="A bash script to securely create a bootable USB device from one ISO file."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/jsamr/bootiso"
license=('MIT')
depends=('syslinux' 'mtools' 'rsync' 'bc' 'wimlib')
source=("https://github.com/jsamr/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('50d3d4ce855db8b3328e4f7bbe677de2531a341276cc2b546e5fefc9f593a9f9')
+sha256sums=('88c92abcfc2c92b292e7e50785c32f493309605d88f9022f8328d8797076e3a4')
package() {
cd "$pkgname-$pkgver"