Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gstreamer: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 6, 2020
1 parent fb91760 commit 214ab0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gstreamer.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gstreamer-1.16.1-0
# BEE_VERSION gstreamer-1.16.1-1

SRCURL[0]="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION}.tar.xz"
#SRCURL[0]="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/c505fb818b36988daaa846e9e63eabe8/gstreamer-1.16.1.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit 214ab0d

Please sign in to comment.