summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzan2021-03-02 10:43:43 -0500
committerzan2021-03-02 10:43:43 -0500
commit02f5ff1fa9524461b03d056af0229b9b986737c7 (patch)
tree2b91477dc8b95bb7f336a8473b5130a502d1d849
parenta16463d0c3eb4b03db0e176b5619d73d7871bf6d (diff)
downloadaur-02f5ff1fa9524461b03d056af0229b9b986737c7.tar.gz
0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc5fb933571..fcabfa0a7bf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ajour
pkgdesc = World of Warcraft addon manager written in Rust
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://www.getajour.com
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = ajour
depends = openssl
provides = ajour
conflicts = ajour
- source = https://github.com/casperstorm/ajour/archive/0.7.1.tar.gz
+ source = https://github.com/casperstorm/ajour/archive/0.7.2.tar.gz
source = ajour.desktop
- sha256sums = 380e68cd083e73d3517ee20164f3c4db9a906bcdc3778eb9c8a202870a052ba1
+ sha256sums = a48486a8bb710b97dc3dbc5173f71bd3c5a45570555b22a19318ce4997eaf5f1
sha256sums = d356c0f7ab3087a087e2ff261bf6348e62e87190805fa166fcbe9e3f8b64fb0d
pkgname = ajour
diff --git a/PKGBUILD b/PKGBUILD
index eb8cbb649c5d..e3b7d0d8da8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zan <zan@420blaze.it>
pkgname=ajour
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc='World of Warcraft addon manager written in Rust'
url='https://www.getajour.com'
@@ -13,7 +13,7 @@ conflicts=(ajour)
provides=(ajour)
source=("https://github.com/casperstorm/$pkgname/archive/$pkgver.tar.gz"
"$pkgname.desktop")
-sha256sums=('380e68cd083e73d3517ee20164f3c4db9a906bcdc3778eb9c8a202870a052ba1'
+sha256sums=('a48486a8bb710b97dc3dbc5173f71bd3c5a45570555b22a19318ce4997eaf5f1'
'd356c0f7ab3087a087e2ff261bf6348e62e87190805fa166fcbe9e3f8b64fb0d')
build() {