Skip to content

Commit

Permalink
steam: Add missing cmp dep (diffutils)
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 21, 2024
1 parent daa0643 commit c6a9cd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified s/steam/manifest.x86_64.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion s/steam/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"packages": {
"steam": {
"depends": [
"binary(cmp)",
"binary(tar)",
"binary(zenity)",
"soname(libdrm.so.2(386))"
Expand Down Expand Up @@ -38,6 +39,6 @@
}
},
"source-name": "steam",
"source-release": "4",
"source-release": "5",
"source-version": "1.0.0.82"
}
3 changes: 2 additions & 1 deletion s/steam/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : steam
version : 1.0.0.82
release : 4
release : 5
homepage : https://store.steampowered.com/
upstreams :
- https://repo.steampowered.com/steam/pool/steam/s/steam/steam_1.0.0.82.tar.gz : afa2f1dd6271fd2b645ba30b8f3ab40afd3654e354241a31cbd51000f7e6fc77
Expand All @@ -14,6 +14,7 @@ description : |
steam is a digital distribution platform developed by Valve Corporation, which offers digital rights management (DRM), multiplayer gaming, video streaming and social networking services.
license : Distributable
rundeps :
- binary(cmp)
- binary(tar)
- binary(zenity)
- soname(libdrm.so.2(386))
Expand Down

0 comments on commit c6a9cd7

Please sign in to comment.