Skip to content

Commit

Permalink
Bumping release tag to 1.9.5.9-1 as there was a tiny error in the dat…
Browse files Browse the repository at this point in the history
…a file.
  • Loading branch information
pjbroad committed Apr 11, 2021
1 parent 47b8a9a commit 6e847d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pkgfiles/debs/data/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ case "$1" in

TARGETDIR="/usr/share/games/EternalLands"
CACHEDIR="/var/cache/eternallands"
DOWNLOADURL="http://twinmoons.org.uk/el/git"
DOWNLOADURL="http://twinmoons.org.uk/el/rel/195"
DOWNLOADMAIN="eternallands-data_1.9.5.9-1.zip"
MD5SUMMAIN="b8a3b88daf3dc9a6ce09bf5a2e52331a"
MD5SUMMAIN="82c0b5601faed923fb30d01906e25ca3"
# post release updates
#DOWNLOADUPDATE1=""
#MD5SUMUPDATE1=""
Expand Down
2 changes: 1 addition & 1 deletion pkgfiles/debs/music/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case "$1" in

TARGETDIR="/usr/share/games/EternalLands/music"
CACHEDIR="/var/cache/eternallands"
DOWNLOADURL="http://twinmoons.org.uk/el/git"
DOWNLOADURL="http://twinmoons.org.uk/el/rel/195"
DOWNLOADMAIN="eternallands-music_1.9.5.9.zip"
MD5SUM="95220e0df0be0eb4f2b9646cc5d6b7e5"
[ -f ~paul/el/installpkg/localdownload ] && DOWNLOADURL="http://harry/~paul/el"
Expand Down
4 changes: 2 additions & 2 deletions pkgfiles/debs/sound/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case "$1" in

TARGETDIR="/usr/share/games/EternalLands/sound"
CACHEDIR="/var/cache/eternallands"
DOWNLOADURL="http://twinmoons.org.uk/el/git"
DOWNLOADURL="http://twinmoons.org.uk/el/rel/195"
DOWNLOADMAIN="eternallands-sound_1.9.5.9.zip"
MD5SUMMAIN="b441ce65da967c937ac030f219fdd9ae"

Expand All @@ -34,7 +34,7 @@ case "$1" in

# remove old downloads
rm -f el_sound_150.zip EL_sound_191.zip EL_sound_update_191.zip \
EL_sound_update_191.1.zip eternallands-sound_1.9.4.zip eternallands-sound_1.9.5-1.zip
EL_sound_update_191.1.zip eternallands-sound_1.9.4.zip

# if we already have an archive check the md5sum is ok and remove if not
[ ! -f "$DOWNLOADMAIN" ] || echo "$MD5SUMMAIN $DOWNLOADMAIN" | md5sum -c - || rm -fv $DOWNLOADMAIN
Expand Down
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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.5.9
source-tag: 1.9.5.9-1
build-packages: [build-essential, libcal3d12-dev, libsdl2-image-dev, libsdl2-net-dev, libsdl2-ttf-dev, libxml2-dev, libopenal-dev, libvorbis-dev, libpng-dev]
plugin: cmake
# Add -DVERSION_PREFIX=x.y.z for dev build, remove for release
Expand Down Expand Up @@ -61,8 +61,8 @@ parts:
- desktop-glib-only

data:
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9/eternallands-data_1.9.5.9-1.zip
source-checksum: sha256/f76de7355be9646d52ac740d5934db047a7ab68038f1f446f27b6e89e866676f
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
plugin: dump
organize:
el_data/ : data/
Expand All @@ -72,14 +72,14 @@ parts:
sed -i 's|^#use_new_selection.*$|#use_new_selection = 1|g' $SNAPCRAFT_PART_INSTALL/el_data/el.ini
sound:
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9/eternallands-sound_1.9.5.9.zip
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9-1/eternallands-sound_1.9.5.9.zip
source-checksum: sha256/13a030bf5aca4e9e881707216f269df5826ff00345c93afac94a3f58455af542
plugin: dump
organize:
'*' : data/

music:
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9/eternallands-music_1.9.5.9.zip
source: https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9-1/eternallands-music_1.9.5.9.zip
source-checksum: sha256/1ea4de25081034ac684aaebf127ab6ca8524ba5367532863d84d63837dd631ec
plugin: dump
organize:
Expand Down

0 comments on commit 6e847d8

Please sign in to comment.