Skip to content

Commit

Permalink
Merge pull request #122 from mariux64/update-geany-from-1.26-to-1.28
Browse files Browse the repository at this point in the history
Update Geany and Geany-Plugins from 1.26 to 1.28
  • Loading branch information
donald authored Sep 14, 2016
2 parents 8c37a39 + 392e774 commit 8a01a8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions geany-plugins-1.26-1.bee → geany-plugins.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION geany-plugins-1.28-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.)

###############################################################################
## 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://plugins.geany.org/geany-plugins/geany-plugins-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://plugins.geany.org/geany-plugins/geany-plugins-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://plugins.geany.org/geany-plugins/geany-plugins-${PKGVERSION}.ta
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down
6 changes: 4 additions & 2 deletions geany-1.26-0.bee → geany.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION geany-1.28-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.)

###############################################################################
## 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://download.geany.org/geany-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://download.geany.org/geany-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://download.geany.org/geany-${PKGVERSION}.tar.bz2"
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down

0 comments on commit 8a01a8a

Please sign in to comment.