summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2023-07-15 18:55:53 +0300
committerArkadiy Illarionov2023-07-15 18:55:53 +0300
commit5a3a4a7e5e6d76c4d3ac86ad590a7802d6c727ac (patch)
treeeaeb68a43beb9d14f6bf1ba80faf5ce425bee596
parentaf517344b8676316374e8a11ee69685e6c1de92a (diff)
downloadaur-5a3a4a7e5e6d76c4d3ac86ad590a7802d6c727ac.tar.gz
Release 1.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0810eb433f34..8b32a5859896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fheroes2
pkgdesc = Recreation of the Heroes of Might and Magic II game engine
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
@@ -19,7 +19,7 @@ pkgbase = fheroes2
optdepends = wget: download demo version files
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
- source = fheroes2-1.0.5.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.5.tar.gz
- sha256sums = 53d889bb712cede9ad85d9fbaa09338b06c6948b247221464dd5b767a95f12c6
+ source = fheroes2-1.0.6.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.6.tar.gz
+ sha256sums = c97835650a356d9e96a4157255930afe07b6e2472b605d0dbe1b902ece59d8de
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 7c43f943abb7..c3a49fd7f197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
@@ -18,7 +18,7 @@ conflicts=('fheroes2-git')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz"
)
-sha256sums=('53d889bb712cede9ad85d9fbaa09338b06c6948b247221464dd5b767a95f12c6')
+sha256sums=('c97835650a356d9e96a4157255930afe07b6e2472b605d0dbe1b902ece59d8de')
build() {
cd "$srcdir/$pkgname-$pkgver"