summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-11-29 15:22:37 +0300
committerAlexey Peschany2021-11-29 15:22:37 +0300
commite03dc1d37cec85bf2959e9b248232ce236770a2e (patch)
tree7aff06ae2bf13bd94d53700ae31bb2909f86746d
parent88dac213c7c6af26385271061f46c16fbd1ff994 (diff)
downloadaur-e03dc1d37cec85bf2959e9b248232ce236770a2e.tar.gz
Update to 5.2.4 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c50c8c7dfc73..d4097d6963d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a Windows DVD or an image
- pkgver = 5.2.2
+ pkgver = 5.2.4
pkgrel = 1
url = https://github.com/WoeUSB/WoeUSB
arch = any
@@ -12,7 +12,7 @@ pkgbase = woeusb
depends = wget
depends = wimlib
provides = woeusb
- source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.2.2/woeusb-5.2.2.bash
- sha256sums = 90cd6ae531419b8ed07ed50ba42ec30c9e66f5e48a41e675f271809797499a2f
+ source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.2.4/woeusb-5.2.4.bash
+ sha256sums = 0b9e502313c6461346cc4d150459b2e1341d30f9ffda005e160829ad9d5bfffc
pkgname = woeusb
diff --git a/PKGBUILD b/PKGBUILD
index a0c9c94fc272..65480e8af50d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
-pkgver=5.2.2
+pkgver=5.2.4
pkgrel=1
pkgdesc='A Linux program to create Windows USB stick installer from a Windows DVD or an image'
arch=('any')
@@ -14,7 +14,7 @@ license=('GPL3')
depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wimlib')
provides=('woeusb')
source=("https://github.com/WoeUSB/WoeUSB/releases/download/v${pkgver}/woeusb-${pkgver}.bash")
-sha256sums=(90cd6ae531419b8ed07ed50ba42ec30c9e66f5e48a41e675f271809797499a2f)
+sha256sums=(0b9e502313c6461346cc4d150459b2e1341d30f9ffda005e160829ad9d5bfffc)
prepare() {
chmod +x woeusb-$pkgver.bash