summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorkus2019-06-08 22:12:47 +0930
committerTorkus2019-06-08 22:12:47 +0930
commit55298e846806587c7f05f35534c19827e7040fbd (patch)
tree7f4f4b82c2b8b0f2e390094d5e756341d38db8a2
parenta17d57e2b5c7a9794a69e3ac5f050a44b45ff23c (diff)
downloadaur-55298e846806587c7f05f35534c19827e7040fbd.tar.gz
0.7.0 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6a422da13b..b2f7ce7e2fba 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.6.0
+ pkgver = 0.7.0
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.6.0-standalone.jar
- source = https://github.com/ogri-la/wowman/releases/download/0.6.0/wowman-0.6.0-standalone.jar
- sha256sums = aa85309b722e6ed87f63f5388af20999ebef969358468b83158fd552f7d2fd80
+ noextract = wowman-0.7.0-standalone.jar
+ source = https://github.com/ogri-la/wowman/releases/download/0.7.0/wowman-0.7.0-standalone.jar
+ sha256sums = c2352fe25f8bd73bef49ba75a6d9e374f56c017474b3f6094507ad5295a17640
pkgname = wowman
diff --git a/PKGBUILD b/PKGBUILD
index 080c7d97d4c0..51b0f2c5ef0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Author: Torkus
# Maintainer: Torkus <48141663+ogri-la@users.noreply.github.com>
pkgname=wowman
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="World of Warcraft addon manager. F/OSS, ad-free and privacy respecting."
arch=("x86_64")
@@ -10,10 +10,10 @@ license=("AGPL")
depends=("java-runtime")
provides=("$pkgname")
conflicts=("$pkgname")
-# e.g.: "https://github.com/ogri-la/wowman/releases/download/0.5.0/wowman-0.5.0-standalone.jar"
+# 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=("aa85309b722e6ed87f63f5388af20999ebef969358468b83158fd552f7d2fd80")
+sha256sums=("c2352fe25f8bd73bef49ba75a6d9e374f56c017474b3f6094507ad5295a17640")
# following: https://wiki.archlinux.org/index.php/Java_package_guidelines
package() {