update bash to 5.0 (#977)

update bash to 5.0

Co-authored-by: Jasper van Merle <jaspervmerle@gmail.com>
pull/1028/head
Jasper van Merle 6 years ago committed by GitHub
commit 65c1e33889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
module Docs module Docs
class Bash < UrlScraper class Bash < UrlScraper
self.type = 'bash' self.type = 'bash'
self.release = '4.4' self.release = '5.0'
self.base_url = 'https://www.gnu.org/software/bash/manual' self.base_url = 'https://www.gnu.org/software/bash/manual'
self.root_path = '/html_node/index.html' self.root_path = '/html_node/index.html'
self.links = { self.links = {

Loading…
Cancel
Save