Skip to content

Commit

Permalink
Switch to 1.9.6 release for snap and debs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Dec 16, 2021
1 parent b5e451a commit 47eccd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eternallands (1.9.6.0-0ubuntu1) bionic; urgency=low

* 1.9.6 release candiate
* 1.9.6 release

-- Paul Broadhead <[email protected]> Sun, 12 Dec 2021 20:46:17 +0000
-- Paul Broadhead <[email protected]> Wed, 15 Dec 2021 22:10:43 +0000
4 changes: 2 additions & 2 deletions pkgfiles/debs/data/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eternallands-data (1.9.6.0-0ubuntu1) bionic; urgency=low

* 1.9.6 release candiate
* 1.9.6 release

-- Paul Broadhead <[email protected]> Sun, 12 Dec 2021 14:39:29 +0000
-- Paul Broadhead <[email protected]> Wed, 15 Dec 2021 22:10:57 +0000
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: eternallands
# Set to x.y.zpn / x.y.zpn-dev for stable / dev build
version: '1.9.6-rc'
version: '1.9.6.0'
summary: Eternal Lands is a free to play, graphical MMORPG
description: |
Eternal Lands is a free to play, graphical MMORPG (massively-multi-player
Expand Down Expand Up @@ -28,11 +28,11 @@ parts:
source: https://github.com/raduprv/Eternal-Lands
source-type: git
# Include for stable release, comment out for dev build, comment out for latest commit dev release
#source-tag: 1.9.6.0
source-tag: 1.9.6.0
build-packages: [build-essential, libcal3d12-dev, libsdl2-image-dev, libsdl2-net-dev, libsdl2-ttf-dev, libxml2-dev, libopenal-dev, libvorbis-dev, libpng-dev, libssl-dev]
plugin: cmake
# Add -DVERSION_PREFIX=x.y.z for dev build, remove for release
cmake-parameters: ["-DCMAKE_BUILD_TYPE=release", "-DEXEC=el.linux.bin", "-DVERSION_PREFIX=1.9.6", "-DLOCAL_NLOHMANN_JSON=On", "-DCMAKE_INSTALL_PREFIX=/" ]
cmake-parameters: ["-DCMAKE_BUILD_TYPE=release", "-DEXEC=el.linux.bin", "-DLOCAL_NLOHMANN_JSON=On", "-DCMAKE_INSTALL_PREFIX=/" ]
stage-packages:
- libglib2.0-0
- libsdl2-net-2.0-0
Expand Down Expand Up @@ -62,8 +62,8 @@ parts:
- desktop-glib-only

data:
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9-1/eternallands-data_1.9.5.9-1.zip
source-checksum: sha256/00f105ce44998b939bb92361c113961f2220afa0a3b21e53beed35968ae23ae4
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.6.0/eternallands-data_1.9.6.0.zip
source-checksum: sha256/9669651e78c548a6b1fd16b515dd21cb7a8c5f8edbf955af4df6f5066f3d1b1b
plugin: dump
organize:
el_data/ : data/
Expand Down

0 comments on commit 47eccd1

Please sign in to comment.