summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorkus2019-06-29 01:31:00 +0930
committerTorkus2019-06-29 01:31:00 +0930
commite2e588dc364a77108b6b180a2da0d3919d1b9e50 (patch)
tree9bbf0066652d165eaace6ea7aaa4385575a80cc1
parent1e1d0811654afe44b3796870ed08ca0402535931 (diff)
downloadaur-e2e588dc364a77108b6b180a2da0d3919d1b9e50.tar.gz
0.7.2 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc604e76bf9b..d58dfd60fc2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wowman
pkgdesc = World of Warcraft addon manager. F/OSS, ad-free and privacy respecting.
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/ogri-la/wowman
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = wowman
depends = java-runtime
provides = wowman
conflicts = wowman
- noextract = wowman-0.7.1-standalone.jar
- source = https://github.com/ogri-la/wowman/releases/download/0.7.1/wowman-0.7.1-standalone.jar
- sha256sums = 7607b0ff851565edd0ba8cf3bd09f1cf28e4a1bad8497eaa19c6f36281b13fec
+ noextract = wowman-0.7.2-standalone.jar
+ source = https://github.com/ogri-la/wowman/releases/download/0.7.2/wowman-0.7.2-standalone.jar
+ sha256sums = 1c8dcff1b28d2d037904529d761d6e74e481f30eccf99029ce26030cd260d456
pkgname = wowman
diff --git a/PKGBUILD b/PKGBUILD
index d823a62d0159..98eb9d357411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Author: Torkus
# Maintainer: Torkus <48141663+ogri-la@users.noreply.github.com>
pkgname=wowman
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="World of Warcraft addon manager. F/OSS, ad-free and privacy respecting."
arch=("x86_64")
@@ -13,7 +13,7 @@ conflicts=("$pkgname")
# e.g.: "https://github.com/ogri-la/wowman/releases/download/0.7.0/wowman-0.7.0-standalone.jar"
source=("https://github.com/ogri-la/wowman/releases/download/$pkgver/$pkgname-$pkgver-standalone.jar")
noextract=("$pkgname-$pkgver-standalone.jar")
-sha256sums=("7607b0ff851565edd0ba8cf3bd09f1cf28e4a1bad8497eaa19c6f36281b13fec")
+sha256sums=("1c8dcff1b28d2d037904529d761d6e74e481f30eccf99029ce26030cd260d456")
# following: https://wiki.archlinux.org/index.php/Java_package_guidelines
package() {