summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Szymański2021-10-28 16:10:23 +0200
committerJakub Szymański2021-10-28 16:10:23 +0200
commit189fe24d5b4fdcca4938943218f5a9636a5359f1 (patch)
treeb3ad5ec394ea7b87b96dfd8e59c2097cadb1c469
parent5df80611b7289218f6ccb4a249549d5a217d5d36 (diff)
downloadaur-189fe24d5b4fdcca4938943218f5a9636a5359f1.tar.gz
Update to 0.2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3eda9f8c298..4108ee0f9aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woeusb-ng
pkgdesc = Simple tool that enable you to create your own usb stick with Windows installer.
- pkgver = 0.2.9
+ pkgver = 0.2.10
pkgrel = 1
url = https://github.com/WoeUSB/WoeUSB-ng
arch = any
@@ -19,7 +19,7 @@ pkgbase = woeusb-ng
provides = woeusb
conflicts = woeusb
conflicts = woeusb-git
- source = https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.9.tar.gz
- sha256sums = 980d844615b30a122128a0fa089a266fdda78247f4e71519616d0ea212613ee7
+ source = https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.10.tar.gz
+ sha256sums = ee036451ec4878bd6ec6f16232cb27428c452aacdd62ea42d1a75075246d76f9
pkgname = woeusb-ng
diff --git a/PKGBUILD b/PKGBUILD
index 317b947c95a6..ca5484dc0ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakub Szymański <jakubmateusz@poczta.onet.pl>
pkgname=woeusb-ng
-pkgver=0.2.9
+pkgver=0.2.10
pkgrel=1
pkgdesc="Simple tool that enable you to create your own usb stick with Windows installer."
arch=('any')
@@ -30,7 +30,7 @@ source=(
"https://github.com/WoeUSB/WoeUSB-ng/archive/v$pkgver.tar.gz"
)
sha256sums=(
- "980d844615b30a122128a0fa089a266fdda78247f4e71519616d0ea212613ee7"
+ "ee036451ec4878bd6ec6f16232cb27428c452aacdd62ea42d1a75075246d76f9"
)