Skip to content

Commit

Permalink
ess: upodate to 18.10.2
Browse files Browse the repository at this point in the history
because of reasons
  • Loading branch information
wwwutz committed Sep 17, 2019
1 parent 154bda1 commit 652d675
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ess.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION ess-12.09_2-1
# BEE_VERSION ess-18.10.2-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz"
SRCURL[0]="https://ess.r-project.org/downloads/ess/ess-${PKGVERSION}.tgz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -58,6 +58,7 @@ SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTR
mee_install() {
make install DESTDIR=${D}/${PREFIX}
}
#
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand Down

0 comments on commit 652d675

Please sign in to comment.