summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-06-07 13:11:55 +0300
committerAlexey Peschany2021-06-07 13:11:55 +0300
commitd15debe18291893280084dfe2365e91b36cc5273 (patch)
tree0bb760d67d1488aaef93355f8d16fba6f79587ab
parent37a7b3401b5e159122d60965734667b8aea534d1 (diff)
downloadaur-d15debe18291893280084dfe2365e91b36cc5273.tar.gz
Bump version and use sha256 instead of md5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713ee3babfd0..24b95e18392e 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.1.0
+ pkgver = 5.1.2
pkgrel = 1
url = https://github.com/WoeUSB/WoeUSB
arch = any
@@ -12,8 +12,7 @@ pkgbase = woeusb
depends = wget
depends = wimlib
provides = woeusb
- source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.1.0/woeusb-5.1.0.bash
- md5sums = e87d885b326f18780da4f22900fc2461
+ source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.1.2/woeusb-5.1.2.bash
+ sha256sums = d009120f1d04feba5976ea9180a1bce38ed4d92b08a2d28572eed59bb00acd32
pkgname = woeusb
-
diff --git a/PKGBUILD b/PKGBUILD
index 9d7edffbe251..fce8c3ea846d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
-pkgver=5.1.0
+pkgver=5.1.2
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")
-md5sums=(e87d885b326f18780da4f22900fc2461)
+sha256sums=(d009120f1d04feba5976ea9180a1bce38ed4d92b08a2d28572eed59bb00acd32)
prepare() {
chmod +x woeusb-$pkgver.bash