Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dmidecode: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz authored and pmenzel committed Oct 27, 2021
1 parent 6bbd23d commit a7944e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dmidecode.be0
Expand Up @@ -2,7 +2,8 @@

# BEE_VERSION dmidecode-3.3-0

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 a7944e4

Please sign in to comment.