Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8e9728927e8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ccc9d4e842d5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 8, 2020

  1. libreoffice-fresh: 7.0.0.3 -> 7.0.3.1

    Also, replace HTTP with HTTPS.
    TredwellGit committed Nov 8, 2020
    Copy the full SHA
    d07dc0a View commit details

Commits on Nov 9, 2020

  1. Merge pull request #103107 from TredwellGit/libreoffice-fresh

    libreoffice-fresh: 7.0.0.3 -> 7.0.3.1
    alyssais authored Nov 9, 2020
    Copy the full SHA
    ccc9d4e View commit details
Original file line number Diff line number Diff line change
@@ -53,10 +53,10 @@ def main():

def construct_url(x):
if x['brief']:
return 'http://dev-www.libreoffice.org/src/{}{}'.format(
return 'https://dev-www.libreoffice.org/src/{}{}'.format(
x.get('subdir', ''), x['tarball'])
else:
return 'http://dev-www.libreoffice.org/src/{}{}-{}'.format(
return 'https://dev-www.libreoffice.org/src/{}{}-{}'.format(
x.get('subdir', ''), x['md5'], x['tarball'])


Loading