Skip to content

Commit

Permalink
Merge pull request #1938 from mariux64/fix-libXaw3d
Browse files Browse the repository at this point in the history
libXaw3d: fix bee-name, SRCURL
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents a637a8f + 98e15bc commit 73524fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Xaw3d.be0 → libXaw3d.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION Xaw3d-1.6.3-0
# BEE_VERSION libXaw3d-1.6.3-0

SRCURL[0]="https://xorg.freedesktop.org/releases/individual/lib/libXaw3d-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://xorg.freedesktop.org/releases/individual/lib/libXaw3d-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f472daa6edc7a2129530b2ecb0866399/libXaw3d-1.6.3.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit 73524fa

Please sign in to comment.