Skip to content

Commit

Permalink
use packages.cogini.com instead of pkghub.io
Browse files Browse the repository at this point in the history
  • Loading branch information
phunehehe committed Nov 14, 2013
1 parent 286b877 commit 51f325e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions libav/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
apt_repository 'cogini' do
uri 'https://pkghub.io/repo/phunehehe/cogini'
distribution node[:lsb][:codename]
components ['main']
key 'https://pkghub.io/gpg.key'
end

package 'libav' do
action :install
version node[:libav][:version]
end
version = node[:libav][:version]
arch = node[:kernel][:machine] =~ /x86_64/ ? '64bit' : '32bit'
package_from_url "http://packages.cogini.com/libav-#{version}-#{arch}.deb"

0 comments on commit 51f325e

Please sign in to comment.