summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2023-12-23 17:26:54 +0300
committerArkadiy Illarionov2023-12-23 17:26:54 +0300
commita12a7c1ff1fb0139657116339567027b4063b085 (patch)
tree4fb852ef504e1431f9e165039df31d311932f6c5
parente5c1f5f76b752cdfab825bdcd6a96f9b15fdc0b1 (diff)
downloadaur-a12a7c1ff1fb0139657116339567027b4063b085.tar.gz
Release 1.0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4178598b69d4..bcbcec7cabaf 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.10
+ pkgver = 1.0.11
pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
@@ -18,7 +18,7 @@ pkgbase = fheroes2
optdepends = wget: download demo version files (alternative to curl)
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
- source = fheroes2-1.0.10.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.10.tar.gz
- sha256sums = f0bc60973bbdc3c333563a5f53252d6e3edd4ea8c4f91729e0480ff0e6a403a2
+ source = fheroes2-1.0.11.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.11.tar.gz
+ sha256sums = 2c8d0cae584fab65ba39e8b999e942d0d9220747a16e11af3dfb8427d3b85844
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 1627b4ccca2a..41bdaee27898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=1.0.10
+pkgver=1.0.11
pkgrel=1
pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
@@ -25,7 +25,7 @@ conflicts=('fheroes2-git')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz"
)
-sha256sums=('f0bc60973bbdc3c333563a5f53252d6e3edd4ea8c4f91729e0480ff0e6a403a2')
+sha256sums=('2c8d0cae584fab65ba39e8b999e942d0d9220747a16e11af3dfb8427d3b85844')
build() {
cd "$pkgname-$pkgver"