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 7038f28b316e..5f9ab7e9db13 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.13
+ pkgver = 1.1.0
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.13.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.13.tar.gz
- sha256sums = eb7f960e77ee8012e5bbab385baf4959797e578454ace82574a3c6fee24f94c8
+ source = fheroes2-1.1.0.tar.gz::https://github.com/ihhub/fheroes2/archive/1.1.0.tar.gz
+ sha256sums = df46c5fe702e71022974db8247aba49fb64693e4b967b68bae16872fba875542
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 4012b14bd8bb..e42e2f6d195a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=1.0.13
+pkgver=1.1.0
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=('eb7f960e77ee8012e5bbab385baf4959797e578454ace82574a3c6fee24f94c8')
+sha256sums=('df46c5fe702e71022974db8247aba49fb64693e4b967b68bae16872fba875542')
build() {
cd "$pkgname-$pkgver"