Skip to content

Commit

Permalink
Update data file checksum. Remove version prix from snap.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Nov 11, 2024
1 parent 41b35c4 commit 7dbab78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgfiles/debs/data/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case "$1" in
CACHEDIR="/var/cache/eternallands"
DOWNLOADURL="http://twinmoons.org.uk/el/rel/197"
DOWNLOADMAIN="eternallands-data_1.9.7.zip"
MD5SUMMAIN="ddb250cf503f0b453eff60f60e536536"
MD5SUMMAIN="fb57fcca852b2d649762f87db316e5ec"
# post release updates
#DOWNLOADUPDATE1=""
#MD5SUMUPDATE1=""
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parts:
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", "-DLOCAL_NLOHMANN_JSON=On", "-DCMAKE_INSTALL_PREFIX=/", "-DVERSION_PREFIX=1.9.7" ]
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 @@ -63,7 +63,7 @@ parts:

data:
source: https://twinmoons.org.uk/el/rel/197/eternallands-data_1.9.7.zip
source-checksum: sha256/9594ed8749201e55183b6141d52dd79d78bc75592a6a9ee119f6ee033dd00ed9
source-checksum: sha256/2ab4d5549ee66da6bdb10bc86d9dd4ac7ca578aafb291111b330fae8d4c77f98
plugin: dump
organize:
el_data/ : data/
Expand Down

0 comments on commit 7dbab78

Please sign in to comment.