Skip to content

gmp: Update from 6.2.1 to 6.3.0 #3015

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions gmp.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION gmp-6.2.1-0
# BEE_VERSION gmp-6.3.0-0

# more info:
# http://www.linuxfromscratch.org/lfs/view/development/chapter06/gmp.html

#SRCURL[0]="http://ftp.gnu.org/gnu/gmp/gmp-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/0b82665c4a92fd2ade7440c13fcaa42b/gmp-6.2.1.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/956dc04e864001a9c22429f761f2c283/gmp-6.3.0.tar.xz"

# PATCHURL+=()

Expand All @@ -28,7 +28,6 @@ mee_configure() {
--build=x86_64-unknown-linux-gnu
}


#mee_build() {
# bee_build
#}
Expand Down