Skip to content

Commit 90f6ff1

Browse files
committed
ghostship: update to 1.0.2
1 parent 6d6f456 commit 90f6ff1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

ghostship/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = ghostship
22
pkgdesc = A yet another definitive port of Super Mario 64 coming out of Harbour Masters
3-
pkgver = 1.0.1
3+
pkgver = 1.0.2
44
pkgrel = 1
55
url = https://github.com/HarbourMasters/Ghostship
66
install = ghostship.install
@@ -19,14 +19,14 @@ pkgbase = ghostship
1919
depends = tinyxml2
2020
depends = fmt
2121
depends = spdlog
22-
source = Ghostship-1.0.1.tar.gz::https://github.com/HarbourMasters/Ghostship/archive/refs/tags/1.0.1.tar.gz
23-
source = Torch-aaed953d.tar.gz::https://github.com/HarbourMasters/Torch/archive/aaed953d180356f933bc0011d250f7de1366c42e.tar.gz
22+
source = Ghostship-1.0.2.tar.gz::https://github.com/HarbourMasters/Ghostship/archive/refs/tags/1.0.2.tar.gz
23+
source = Torch-963a1f68.tar.gz::https://github.com/HarbourMasters/Torch/archive/963a1f6830f1080a33f581c8b935c49060899214.tar.gz
2424
source = libultraship-8c55f607.tar.gz::https://github.com/Kenix3/libultraship/archive/8c55f607f2249f3ac696fc0f7277553fe3ce75a6.tar.gz
2525
source = https://github.com/mdqinc/SDL_GameControllerDB/raw/07a5c6b80262a208200573186eb5d5ac2518e89d/gamecontrollerdb.txt
2626
source = ghostship-fix-mtxf_copy-incorrect-values.patch
2727
source = ghostship.desktop
28-
sha256sums = dbccfbfc9bfb60924078b7f1035698150e5c6409822faa8dc922b4dac72a2852
29-
sha256sums = 9cb17f0a5babc1a1e9a79cc7debc4fb43096ace4b7a9cccd99e9fb59facbff66
28+
sha256sums = 9e44f10eb9bb3c7865b7a237e8ef506852c180490690640d51b23c4fa8fa2ea1
29+
sha256sums = c9a7ab62ddac02afd455c77fb46a4e74321f00ee31248ca3f567afcfed731c34
3030
sha256sums = 0828b92327156da8683615bb2490c93f1acb141fcf6934b55140b4d801ca66f4
3131
sha256sums = f7309161d315a520392b5e4cf7bb409ad18b613807a9b3266a33664e4de02d3c
3232
sha256sums = 938879042af21330e36476fb88cd383e85c1b7e19d95cb74957fd1266ef83854

ghostship/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Maintainer: AltoXorg <machinademoniko@gmail.com>
22

33
_reponame=Ghostship
4-
_torch_commit=aaed953d180356f933bc0011d250f7de1366c42e
4+
_torch_commit=963a1f6830f1080a33f581c8b935c49060899214
55
_lus_commit=8c55f607f2249f3ac696fc0f7277553fe3ce75a6
66
_sdl_gcdb_commit=07a5c6b80262a208200573186eb5d5ac2518e89d # This needs to be updated on every package release
77

88
pkgname=ghostship
9-
pkgver=1.0.1
9+
pkgver=1.0.2
1010
pkgrel=1
1111
pkgdesc="A yet another definitive port of Super Mario 64 coming out of Harbour Masters"
1212
license=("MIT")
@@ -21,8 +21,8 @@ source=("${_reponame}-${pkgver}.tar.gz::https://github.com/HarbourMasters/${_rep
2121
"https://github.com/mdqinc/SDL_GameControllerDB/raw/${_sdl_gcdb_commit}/gamecontrollerdb.txt"
2222
"ghostship-fix-mtxf_copy-incorrect-values.patch"
2323
"ghostship.desktop")
24-
sha256sums=('dbccfbfc9bfb60924078b7f1035698150e5c6409822faa8dc922b4dac72a2852'
25-
'9cb17f0a5babc1a1e9a79cc7debc4fb43096ace4b7a9cccd99e9fb59facbff66'
24+
sha256sums=('9e44f10eb9bb3c7865b7a237e8ef506852c180490690640d51b23c4fa8fa2ea1'
25+
'c9a7ab62ddac02afd455c77fb46a4e74321f00ee31248ca3f567afcfed731c34'
2626
'0828b92327156da8683615bb2490c93f1acb141fcf6934b55140b4d801ca66f4'
2727
'f7309161d315a520392b5e4cf7bb409ad18b613807a9b3266a33664e4de02d3c'
2828
'938879042af21330e36476fb88cd383e85c1b7e19d95cb74957fd1266ef83854'

0 commit comments

Comments
 (0)