u-aizu / bekobrew

The userspace package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bekobrew-makepkg: MD5によるチェックサム確認機能を追加する

sh19910711 opened this issue · comments

概要

# BEKOBUILD ファイル
sources=("url1", "url2", ...)
md5sums=("hash1", "hash2", ...)

各ソースについてダウンロードされたアーカイブファイルのハッシュ値がBEKOBUILDファイルに記述されたものと一致するかどうか確認し、一致しない場合はそこでコマンドを終了します

- sources=("url1", "url2", ...)
+ bkg_sources=("url1", "url2", ...) 
- md5sums=("hash1", "hash2", ...)
+ bkg_sums=("hash1", "hash2", ...)