Skip to content

Commit

Permalink
Merge pull request #1883 from mariux64/update-upower-from-0.9.16-to-0…
Browse files Browse the repository at this point in the history
…,99.11

Update UPower from 0.9.16 to 0.99.11
  • Loading branch information
pmenzel authored Sep 28, 2020
2 parents 9d46a0e + d8c05bf commit a8eeb87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions upower.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION upower-0.9.16-2
# BEE_VERSION upower-0.99.11-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,13 +9,14 @@
## 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]="https://upower.freedesktop.org/releases/upower-${PKGVERSION}.tar.xz"
#SRCURL[0]="https://upower.freedesktop.org/releases/upower-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/abe6acb617f11f2e8dbd9846fcf86e24/upower-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=(https://bugs.freedesktop.org/attachment.cgi?id=138815)
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit a8eeb87

Please sign in to comment.