Skip to content

Commit

Permalink
Merge pull request #2432 from mariux64/update-dmidecode-from-3.0-to-3…
Browse files Browse the repository at this point in the history
….3-fix-srcurl

dmidecode: fix SRCURL
  • Loading branch information
pmenzel authored Oct 27, 2021
2 parents 6bbd23d + eaa4770 commit 00ea640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dmidecode.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION dmidecode-3.3-0
# BEE_VERSION dmidecode-3.3-1

SRCURL[0]="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/afca949fd71a23dd39c4a3c9cd946dc0/dmidecode-3.3.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit 00ea640

Please sign in to comment.