summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2021-11-05 18:43:30 +0300
committerArkadiy Illarionov2021-11-05 18:43:30 +0300
commit002cb8597f7bf2a59be687703587010da9c63eba (patch)
treeb12c7c845effafac8366605463d5b8e5e76db1b7
parent56b8c14a54f2634048c0ae8b58b32c2b2695ce73 (diff)
downloadaur-002cb8597f7bf2a59be687703587010da9c63eba.tar.gz
Release 0.9.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 619fc802ad6c..ec81df557e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fheroes2
pkgdesc = Free Heroes of Might and Magic II (fheroes2) is a recreation of HoMM2 game engine
- pkgver = 0.9.8
- pkgrel = 2
+ pkgver = 0.9.9
+ pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = fheroes2
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
conflicts = fheroes2-svn
- source = fheroes2-0.9.8.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.8.tar.gz
- md5sums = 02e3d3ea25ab8954e1deb90d2823db06
+ source = fheroes2-0.9.9.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.9.tar.gz
+ md5sums = e7b9522d3abe3118b87d6dc25c3ef241
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index f5798a44e2d8..4145671094a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=fheroes2
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
pkgdesc="Free Heroes of Might and Magic II (fheroes2) is a recreation of HoMM2 game engine"
arch=('i686' 'x86_64' 'armv7h')
url="https://ihhub.github.io/fheroes2/"
@@ -15,7 +15,7 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
md5sums=(
- '02e3d3ea25ab8954e1deb90d2823db06'
+ 'e7b9522d3abe3118b87d6dc25c3ef241'
)
build() {