deadbeef: fix outdated url
This commit is contained in:
parent
0c22f7fa7c
commit
7a58063a9b
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/H7nIjlR2XCk0XIeGMrJ8PS7x+bU93DeTiSnchNBS0J01kFmzEets8r7EOq2KpA48cUxO+DHK0jFBQTqHyjWgU=
|
||||
SHA256 (Pkgfile) = 92ac5bdeb4e00bf4c366256b1a7df00a7483151f087f724d4ad11134bd0796c7
|
||||
RWSagIOpLGJF33reNLU7lu/7Rlyx2g3HbgJGrqqNw+1GmrvZeuUSR8X5GjflpTYM5d9NmkreknU1JdUmr1vVgQRGGbQIw0DZLwQ=
|
||||
SHA256 (Pkgfile) = 79590d7e46d02aec4c09333dd67e575821a5d8f1b3c18dfa8baa35b1a7db2e8b
|
||||
SHA256 (.footprint) = f8f89b266544d0bc2173209cfcd5a1e64e5d4c644a568911a682db08d77120ce
|
||||
SHA256 (deadbeef-1.9.4.tar.bz2) = f2e413eef762ae80d61feb1a10214ee09e77d0be8bad56444c0eb1013084ca09
|
||||
SHA256 (dbq) = 9a30884403429b68ac00266b4b0aa92d7d643a4185be9802759b14d07ea46fa3
|
||||
|
5
deadbeef/.watch
Normal file
5
deadbeef/.watch
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -s "https://deadbeef.sourceforge.io/download.html" \
|
||||
| awk '/files\/travis\/linux/ {$0=gensub(/.*\/travis\/linux\/(.+)\/deadbeef.*/,"\\1",1); print;}' \
|
||||
| head -n 1
|
@ -1,5 +1,5 @@
|
||||
# Description: GTK audio player
|
||||
# URL: http://deadbeef.sf.net
|
||||
# URL: http://deadbeef.sourceforge.io
|
||||
# Maintainer: John McQuah, jmcquah at disroot dot org
|
||||
# Depends on: alsa-lib gtk3 jansson libdispatch libmad yasm
|
||||
# Nice to have: cdparanoia libcdio libsndfile libsamplerate mpg123 flac libogg libvorbis faad2 wildmidi dbus pulseaudio wavpack libzip
|
||||
|
Loading…
Reference in New Issue
Block a user