summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8dc86d85c77..c81326cf0178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkusb
pkgdesc = A shell script to create ISO multiboot USB flash drives that support both legacy and EFI boot
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/lilyinstarlight/mkusb
arch = any
@@ -10,7 +10,7 @@ pkgbase = mkusb
depends = grub
optdepends = dialog: required if not specifying device on command line
optdepends = syslinux: only required for FreeDOS
- source = mkusb-0.3.0.tar.gz::https://github.com/lilyinstarlight/mkusb/archive/v0.3.0.tar.gz
- sha512sums = ac4f66dc7e062cf8eb3500d990070bc32053087042e6118b53eb25a70e92aa56efbab205f0ed579e394fa191caa1f571967e6b7b4ef0e2d1ce841e201591baab
+ source = mkusb-0.3.1.tar.gz::https://github.com/lilyinstarlight/mkusb/archive/v0.3.1.tar.gz
+ sha512sums = 578ca1157090dad73ed803f65f88983e5d6f77fca9491428d9c7dccc00e48cb021a3c87c52ff0f7740e4b9e5bc61e20978845bd8b92de2b969d763f4eacd839b
pkgname = mkusb
diff --git a/PKGBUILD b/PKGBUILD
index 81453a2fe6e2..837251f1e60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=mkusb
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A shell script to create ISO multiboot USB flash drives that support both legacy and EFI boot"
arch=('any')
@@ -13,7 +13,7 @@ depends=('bash' 'dosfstools' 'grub')
optdepends=('dialog: required if not specifying device on command line'
'syslinux: only required for FreeDOS')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ac4f66dc7e062cf8eb3500d990070bc32053087042e6118b53eb25a70e92aa56efbab205f0ed579e394fa191caa1f571967e6b7b4ef0e2d1ce841e201591baab')
+sha512sums=('578ca1157090dad73ed803f65f88983e5d6f77fca9491428d9c7dccc00e48cb021a3c87c52ff0f7740e4b9e5bc61e20978845bd8b92de2b969d763f4eacd839b')
prepare() {
cd "$pkgname-$pkgver"