Skip to content

Commit f20d1e0

Browse files
committed
legcord: update to 1.1.3
1 parent bece9af commit f20d1e0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

net/Legcord/Portfile

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
PortSystem 1.0
44
PortGroup github 1.0
55

6-
github.setup Legcord Legcord 1.1.0 v
6+
github.setup Legcord Legcord 1.1.3 v
77
github.tarball_from archive
88

99
categories net
1010
maintainers {@akierig fastmail.de:akierig} openmaintainer
1111
revision 0
1212

13-
checksums rmd160 766035c29939b33f4e67d8fe5b867f8d43d85809 \
14-
sha256 ca3517df1992f7eed9bebe6d2f29d7ba0672e9e60a1eed70ed206fc2d069562c \
15-
size 3275508
13+
checksums rmd160 f335dac63991729a701a697fa947c28b399ac6c8 \
14+
sha256 f9480b365fa1c29225026863d8789c934a81f23eb14e34ed86c063d7aceeac97 \
15+
size 3281295
1616

1717
description lightweight alternative to the regular Discord application
1818
long_description ${name} is a {*}${description}. It wraps the Discord web \
@@ -24,14 +24,15 @@ supported_archs arm64
2424
platforms {darwin any}
2525
license OSL-3.0
2626

27-
depends_build port:pnpm
27+
depends_build port:npm10 \
28+
port:pnpm
2829

2930
use_configure no
3031

3132
build {
3233
system -W ${worksrcpath} "pnpm install"
3334
system -W ${worksrcpath} "pnpm run build"
34-
system -W ${worksrcpath} "node_modules/.bin/electron-builder -m zip"
35+
system -W ${worksrcpath} "node_modules/.bin/electron-builder --dir"
3536
}
3637

3738
destroot {

0 commit comments

Comments
 (0)