summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 373c4dabf6e1..6c50e3d1590e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ajour
pkgdesc = World of Warcraft addon manager written in Rust
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://www.getajour.com
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = ajour
depends = libx11
provides = ajour
conflicts = ajour
- source = https://github.com/casperstorm/ajour/archive/1.3.1.tar.gz
+ source = https://github.com/casperstorm/ajour/archive/1.3.2.tar.gz
source = ajour.desktop
- sha256sums = e6e44ade294426d79608e1b8759e05d5e49424c3bf04a7990520620a33f066bc
+ sha256sums = 66e1edca62cd178be23a04cb323d66935aed8112811418399b75e3ca98b1e307
sha256sums = d356c0f7ab3087a087e2ff261bf6348e62e87190805fa166fcbe9e3f8b64fb0d
pkgname = ajour
diff --git a/PKGBUILD b/PKGBUILD
index b8db056e7db2..6669eb386d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zan <zan@420blaze.it>
pkgname=ajour
-pkgver=1.3.1
+pkgver=1.3.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=('e6e44ade294426d79608e1b8759e05d5e49424c3bf04a7990520620a33f066bc'
+sha256sums=('66e1edca62cd178be23a04cb323d66935aed8112811418399b75e3ca98b1e307'
'd356c0f7ab3087a087e2ff261bf6348e62e87190805fa166fcbe9e3f8b64fb0d')
build() {