Skip to content

Commit

Permalink
curl: Use smaller LZMA compressed source archive
Browse files Browse the repository at this point in the history
    $ ls -lh
    /src/mariux/md5repo/e533c820fe12a3001805bca5367c34e8/curl-8.1.0.tar.bz2
    -rw-r--r-- 1 root beerepo 3.1M May 17 09:49 /src/mariux/md5repo/e533c820fe12a3001805bca5367c34e8/curl-8.1.0.tar.bz2
    $ ls -lh
    /src/mariux/md5repo/229e070c0e3f05ad654a1cf11e0619b7/curl-8.1.0.tar.xz
    -rw-r--r-- 1 root beerepo 2.5M May 17 10:17 /src/mariux/md5repo/229e070c0e3f05ad654a1cf11e0619b7/curl-8.1.0.tar.xz
  • Loading branch information
pmenzel committed May 17, 2023
1 parent abe853f commit 0a25c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl.be0
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

BEE_BUILDTYPE='autotools'

#SRCURL[0]="https://curl.haxx.se/download/curl-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/e533c820fe12a3001805bca5367c34e8/curl-8.1.0.tar.bz2"
#SRCURL[0]="https://curl.haxx.se/download/curl-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/229e070c0e3f05ad654a1cf11e0619b7/curl-8.1.0.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit 0a25c32

Please sign in to comment.