Skip to content

Commit

Permalink
chore: Update pak.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 17, 2024
1 parent fc478de commit 515b819
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions pak.lock
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,14 @@
"params": [],
"install_args": "",
"sysreqs": "xclip (https://github.com/astrand/xclip) or xsel\n (http://www.vergenet.net/~conrad/software/xsel/) for accessing\n the X11 clipboard, or wl-clipboard\n (https://github.com/bugaevc/wl-clipboard) for systems using\n Wayland.",
"sysreqs_packages": {},
"sysreqs_packages": [
{
"sysreq": "x11",
"packages": "libx11-dev",
"pre_install": {},
"post_install": {}
}
],
"needscompilation": false,
"repotype": "cranlike"
},
Expand Down Expand Up @@ -981,7 +988,7 @@
{
"ref": "duckdb",
"package": "duckdb",
"version": "1.1.0",
"version": "1.1.1",
"type": "standard",
"direct": false,
"binary": true,
Expand All @@ -993,10 +1000,10 @@
"RemoteRef": "duckdb",
"RemoteRepos": "https://packagemanager.posit.co/cran/__linux__/jammy/latest",
"RemotePkgPlatform": "x86_64-pc-linux-gnu-ubuntu-22.04",
"RemoteSha": "1.1.0"
"RemoteSha": "1.1.1"
},
"sources": "https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/duckdb_1.1.0.tar.gz",
"target": "src/contrib/x86_64-pc-linux-gnu-ubuntu-22.04/4.4/duckdb_1.1.0.tar.gz",
"sources": "https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/duckdb_1.1.1.tar.gz",
"target": "src/contrib/x86_64-pc-linux-gnu-ubuntu-22.04/4.4/duckdb_1.1.1.tar.gz",
"platform": "x86_64-pc-linux-gnu-ubuntu-22.04",
"rversion": "4.4",
"directpkg": false,
Expand Down Expand Up @@ -3457,7 +3464,7 @@
{
"ref": "rstudioapi",
"package": "rstudioapi",
"version": "0.16.0",
"version": "0.17.0",
"type": "standard",
"direct": false,
"binary": true,
Expand All @@ -3469,10 +3476,10 @@
"RemoteRef": "rstudioapi",
"RemoteRepos": "https://packagemanager.posit.co/cran/__linux__/jammy/latest",
"RemotePkgPlatform": "x86_64-pc-linux-gnu-ubuntu-22.04",
"RemoteSha": "0.16.0"
"RemoteSha": "0.17.0"
},
"sources": "https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/rstudioapi_0.16.0.tar.gz",
"target": "src/contrib/x86_64-pc-linux-gnu-ubuntu-22.04/4.4/rstudioapi_0.16.0.tar.gz",
"sources": "https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/rstudioapi_0.17.0.tar.gz",
"target": "src/contrib/x86_64-pc-linux-gnu-ubuntu-22.04/4.4/rstudioapi_0.17.0.tar.gz",
"platform": "x86_64-pc-linux-gnu-ubuntu-22.04",
"rversion": "4.4",
"directpkg": false,
Expand Down Expand Up @@ -4475,8 +4482,8 @@
"version": "22.04",
"url": {},
"pre_install": "apt-get -y update",
"install_scripts": "apt-get -y install libcurl4-openssl-dev libssl-dev make zlib1g-dev pandoc unixodbc-dev libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev git libpq-dev libicu-dev libfontconfig1-dev libfribidi-dev libharfbuzz-dev libxml2-dev",
"install_scripts": "apt-get -y install libx11-dev libcurl4-openssl-dev libssl-dev make zlib1g-dev pandoc unixodbc-dev libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev git libpq-dev libicu-dev libfontconfig1-dev libfribidi-dev libharfbuzz-dev libxml2-dev",
"post_install": {},
"packages": ["libcurl4-openssl-dev", "libssl-dev", "make", "zlib1g-dev", "pandoc", "unixodbc-dev", "libfreetype6-dev", "libjpeg-dev", "libpng-dev", "libtiff-dev", "git", "libpq-dev", "libicu-dev", "libfontconfig1-dev", "libfribidi-dev", "libharfbuzz-dev", "libxml2-dev"]
"packages": ["libx11-dev", "libcurl4-openssl-dev", "libssl-dev", "make", "zlib1g-dev", "pandoc", "unixodbc-dev", "libfreetype6-dev", "libjpeg-dev", "libpng-dev", "libtiff-dev", "git", "libpq-dev", "libicu-dev", "libfontconfig1-dev", "libfribidi-dev", "libharfbuzz-dev", "libxml2-dev"]
}
}

0 comments on commit 515b819

Please sign in to comment.