diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-12-13 17:26:04 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-12-13 17:26:04 -0600 |
commit | 8d8969225f20164f5796d7bcc04e715eead9abb9 (patch) | |
tree | a39149d25aea1d2866693ef770f93008110f5ae7 /alsa-oss | |
parent | 5e0de0134239bd0573f07c40beece6b9fe9128ac (diff) | |
download | opt-8d8969225f20164f5796d7bcc04e715eead9abb9.tar.gz opt-8d8969225f20164f5796d7bcc04e715eead9abb9.tar.xz |
alsa-oss: changed source url to use HTTP
Diffstat (limited to 'alsa-oss')
-rw-r--r-- | alsa-oss/.signature | 4 | ||||
-rw-r--r-- | alsa-oss/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/alsa-oss/.signature b/alsa-oss/.signature index 1098cbf91..b0b324a95 100644 --- a/alsa-oss/.signature +++ b/alsa-oss/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/St5YlWfFhYT+zo6kuCzCGWrh9uGiPd1kwe2gYuUFQPQUDJGUgoCZ/xDUNnjhD43/xUN39Ru9BLde+xrQaBu+Ag= -SHA256 (Pkgfile) = 8e253649bc6b217b568bdd4753993608e3f0e58f4864932e915759d577f3ed6a +RWSE3ohX2g5d/b0dUE7AudKps0XbkQVZ1o2PomEovAgNIiYlAMhaD40sbCYA5gbWuo+bq5iP6Mfb2zaTtyHTmhUALHWkAR0MzAU= +SHA256 (Pkgfile) = b3ef4332dcf6796354834914c70d3c4da717d108fc5881bb124e1762aa887a2d SHA256 (.footprint) = 11021b345923783ba0e0494f0f7734911c15f6e9453a770ce082ca9356f394d3 SHA256 (alsa-oss-1.1.8.tar.bz2) = 64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e diff --git a/alsa-oss/Pkgfile b/alsa-oss/Pkgfile index d3b738d86..7188ec3cf 100644 --- a/alsa-oss/Pkgfile +++ b/alsa-oss/Pkgfile @@ -6,7 +6,7 @@ name=alsa-oss version=1.1.8 release=1 -source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2) +source=(http://www.alsa-project.org/files/pub/oss-lib/$name-$version.tar.bz2) build() { cd $name-$version |