summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-12-30 16:53:21 +0100
committerEmiel Wiedijk2018-12-30 16:53:21 +0100
commit3c3471782ceb2af055c4c5e42adb832dd0d2382b (patch)
tree0e46ef2a1439a59a6687912efe55f9caf9c775b0
parentad12fd82a4e68dad082ccd347910d028db473a92 (diff)
downloadaur-3c3471782ceb2af055c4c5e42adb832dd0d2382b.tar.gz
woeusb 3.2.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93abc4b90aaf..b8c92fdf5bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a real Windows DVD or an image
- pkgver = 3.2.10
+ pkgver = 3.2.12
pkgrel = 1
url = https://github.com/slacka/WoeUSB
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = woeusb
optdepends = gksu
provides = woeusb-git
conflicts = woeusb-git
- source = woeusb-3.2.10.tar.gz::https://github.com/slacka/WoeUSB/archive/v3.2.10.tar.gz
- sha256sums = 4cfe2338c2d3faac83fe4ea6d3ac0b0d0d51b95d021ec80d33fcb6c0e81d5567
+ source = woeusb-3.2.12.tar.gz::https://github.com/slacka/WoeUSB/archive/v3.2.12.tar.gz
+ sha256sums = a70226893fa99a0f7fb00609d54f6a2b1d27c4f2c5e12b612cdbe5735a5053f4
pkgname = woeusb
diff --git a/PKGBUILD b/PKGBUILD
index f8f8fa186c49..94e186ee54a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aimileus <me at aimileus dot nl>
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
-pkgver=3.2.10
+pkgver=3.2.12
pkgrel=1
pkgdesc="A Linux program to create Windows USB stick installer from a real Windows DVD or an image"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('git')
conflicts=('woeusb-git')
provides=('woeusb-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz")
-sha256sums=('4cfe2338c2d3faac83fe4ea6d3ac0b0d0d51b95d021ec80d33fcb6c0e81d5567')
+sha256sums=('a70226893fa99a0f7fb00609d54f6a2b1d27c4f2c5e12b612cdbe5735a5053f4')
prepare() {
cd "WoeUSB-$pkgver"