Update to tome4-1.7.4
This commit is contained in:
parent
c5e0e8281a
commit
b49a337d20
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2021/05/28 16:21:43 solene Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2021/06/29 06:45:08 solene Exp $
|
||||
|
||||
# tome4 ships embedded copy of luajit wich is known to
|
||||
# work on the arches listed below.
|
||||
@ -10,7 +10,7 @@ ONLY_FOR_ARCHS = i386 amd64
|
||||
COMMENT-main = graphical sdl rogue-like game
|
||||
COMMENT-data = data for Tales of Maj'Eyal
|
||||
|
||||
V = 1.7.3
|
||||
V = 1.7.4
|
||||
PKGNAME-main = tome4-${V}
|
||||
PKGNAME-data = tome4-data-${V}
|
||||
CATEGORIES = games x11
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (t-engine4-src-1.7.3.tar.bz2) = 30U3YiWVaiFg5sSUKSd+93bgZDdgNU1IGpi+APIJM+Y=
|
||||
SIZE (t-engine4-src-1.7.3.tar.bz2) = 476031824
|
||||
SHA256 (t-engine4-src-1.7.4.tar.bz2) = w1NPM/SMnPAnAl6z9E6Xsj3mEqZtXzFe1IMPmlKr8qQ=
|
||||
SIZE (t-engine4-src-1.7.4.tar.bz2) = 486263402
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2020/10/29 20:28:41 solene Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2021/06/29 06:45:08 solene Exp $
|
||||
@bin bin/tome4
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
share/tome4/_realtime/
|
||||
@ -22,6 +22,11 @@ share/tome4/_realtime/data/general/npcs/kobold.lua
|
||||
share/tome4/_realtime/data/gfx/
|
||||
share/tome4/_realtime/data/gfx/particles/
|
||||
share/tome4/_realtime/data/gfx/particles/acid.lua
|
||||
share/tome4/_realtime/data/locales/
|
||||
share/tome4/_realtime/data/locales/ja_JP.lua
|
||||
share/tome4/_realtime/data/locales/ko_KR.lua
|
||||
share/tome4/_realtime/data/locales/zh_hans.lua
|
||||
share/tome4/_realtime/data/locales/zh_hant.lua
|
||||
share/tome4/_realtime/data/rooms/
|
||||
share/tome4/_realtime/data/rooms/pilar.lua
|
||||
share/tome4/_realtime/data/rooms/simple.lua
|
||||
@ -61,6 +66,11 @@ share/tome4/data/general/npcs/kobold.lua
|
||||
share/tome4/data/gfx/
|
||||
share/tome4/data/gfx/particles/
|
||||
share/tome4/data/gfx/particles/acid.lua
|
||||
share/tome4/data/locales/
|
||||
share/tome4/data/locales/ja_JP.lua
|
||||
share/tome4/data/locales/ko_KR.lua
|
||||
share/tome4/data/locales/zh_hans.lua
|
||||
share/tome4/data/locales/zh_hant.lua
|
||||
share/tome4/data/rooms/
|
||||
share/tome4/data/rooms/pilar.lua
|
||||
share/tome4/data/rooms/simple.lua
|
||||
@ -80,6 +90,7 @@ share/tome4/game/addons/
|
||||
share/tome4/game/addons/tome-addon-dev.teaa
|
||||
share/tome4/game/addons/tome-items-vault.teaa
|
||||
share/tome4/game/addons/tome-possessors.teaa
|
||||
share/tome4/game/addons/tome-remote-designer.teaa
|
||||
share/tome4/game/engines/
|
||||
share/tome4/game/engines/te4-${V}.teae
|
||||
share/tome4/game/loader/
|
||||
|
Loading…
x
Reference in New Issue
Block a user