Skip to content

Commit

Permalink
mdbook: Update to 0.4.36
Browse files Browse the repository at this point in the history
**Changelog:**
- Added
 - Added Nim to the default highlighted languages.
 - Added a small indicator for the sidebar resize handle.
- Changed
 - Updated dependencies. MSRV raised to 1.70.0.
- Fixed
 - Fixed blank column in print page when the sidebar was visible.
 - Fixed indentation of code blocks when Javascript is disabled.
 - Fixed a panic when `mdbook serve` or `mdbook watch` were given certain kinds of paths.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>
  • Loading branch information
algent-al committed Dec 24, 2023
1 parent 3bd6e46 commit 341d34d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions packages/m/mdbook/abi_used_symbols
Expand Up @@ -39,13 +39,15 @@ libc.so.6:gai_strerror
libc.so.6:getaddrinfo
libc.so.6:getcwd
libc.so.6:getenv
libc.so.6:getpid
libc.so.6:getsockname
libc.so.6:getuid
libc.so.6:gnu_get_libc_version
libc.so.6:inotify_add_watch
libc.so.6:inotify_init
libc.so.6:inotify_rm_watch
libc.so.6:ioctl
libc.so.6:isatty
libc.so.6:listen
libc.so.6:lseek64
libc.so.6:lstat64
Expand Down Expand Up @@ -100,9 +102,11 @@ libc.so.6:readlink
libc.so.6:realloc
libc.so.6:realpath
libc.so.6:recv
libc.so.6:recvmsg
libc.so.6:sched_getaffinity
libc.so.6:sched_yield
libc.so.6:send
libc.so.6:sendmsg
libc.so.6:setgid
libc.so.6:setgroups
libc.so.6:setpgid
Expand All @@ -115,6 +119,7 @@ libc.so.6:sigaltstack
libc.so.6:sigemptyset
libc.so.6:signal
libc.so.6:socket
libc.so.6:socketpair
libc.so.6:stat64
libc.so.6:strlen
libc.so.6:syscall
Expand Down
6 changes: 3 additions & 3 deletions packages/m/mdbook/package.yml
@@ -1,8 +1,8 @@
name : mdbook
version : 0.4.35
release : 33
version : 0.4.36
release : 34
source :
- https://github.com/rust-lang/mdBook/archive/refs/tags/v0.4.35.tar.gz : 2fcefce12acc957c1d604e60c309502b9ec37040f6f70656f12c81374ff27bd4
- https://github.com/rust-lang/mdBook/archive/refs/tags/v0.4.36.tar.gz : dd47214172ecf95e1b2cbcbebb8428d0b029e0de5dce74204b3c3a91f26223a1
homepage : https://github.com/rust-lang/mdBook
license : MPL-2.0
component : programming.tools
Expand Down
16 changes: 8 additions & 8 deletions packages/m/mdbook/pspec_x86_64.xml
Expand Up @@ -3,15 +3,15 @@
<Name>mdbook</Name>
<Homepage>https://github.com/rust-lang/mdBook</Homepage>
<Packager>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Packager>
<License>MPL-2.0</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Create books from markdown files</Summary>
<Description xml:lang="en">mdBook is a command line tool to create book from markdown files. Like Gitbook but implemented in Rust.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>mdbook</Name>
Expand All @@ -24,12 +24,12 @@
</Files>
</Package>
<History>
<Update release="33">
<Date>2023-09-30</Date>
<Version>0.4.35</Version>
<Update release="34">
<Date>2023-12-24</Date>
<Version>0.4.36</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 341d34d

Please sign in to comment.