Skip to content

Commit

Permalink
Merge pull request #1660 from mariux64/fix-srcurl-gstreamer
Browse files Browse the repository at this point in the history
gstreamer: fix SRCURL
  • Loading branch information
wwwutz authored Feb 7, 2020
2 parents bbce763 + 214ab0d commit 4981dec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gstreamer.be0
Original file line number Diff line number Diff line change
@@ -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 4981dec

Please sign in to comment.