summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzan2021-07-17 15:43:14 -0400
committerzan2021-07-17 15:43:14 -0400
commit324ba367cb85cdf3b88c7ea2b1327ab25dbe9d93 (patch)
tree6c1587be478501cf6013c13c269a8f9652d8a2e7
parent0608f8d8baea9525591904658552c181c4cfe4e6 (diff)
downloadaur-324ba367cb85cdf3b88c7ea2b1327ab25dbe9d93.tar.gz
1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb018d20c79a..0be2447609a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ajour
pkgdesc = World of Warcraft addon manager written in Rust
- pkgver = 1.2.2
+ pkgver = 1.2.3
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.2.2.tar.gz
+ source = https://github.com/casperstorm/ajour/archive/1.2.3.tar.gz
source = ajour.desktop
- sha256sums = fca9e1cbe22e32b507230859366720be495356f854107a694ef1de93cfc4ec44
+ sha256sums = 5e2fbf9f0a88c8ad1e7abfed6d968b924995db2317ab68aeae34d4bd6bf6b0d1
sha256sums = d356c0f7ab3087a087e2ff261bf6348e62e87190805fa166fcbe9e3f8b64fb0d
pkgname = ajour
diff --git a/PKGBUILD b/PKGBUILD
index 5ccf61157577..70cb49a167fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zan <zan@420blaze.it>
pkgname=ajour
-pkgver=1.2.2
+pkgver=1.2.3
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=('fca9e1cbe22e32b507230859366720be495356f854107a694ef1de93cfc4ec44'
+sha256sums=('5e2fbf9f0a88c8ad1e7abfed6d968b924995db2317ab68aeae34d4bd6bf6b0d1'
'd356c0f7ab3087a087e2ff261bf6348e62e87190805fa166fcbe9e3f8b64fb0d')
build() {