nope still issue with droidcam.tar.bz2 checksum This is what I get
sha1sum droidcam.tar.bz2
6660efa36255780000cef7992e441dd4b63c3bba droidcam.tar.bz2
md5sum droidcam.tar.bz2
5ff0e772a76befba4e37e03101b611d7 droidcam.tar.bz2
This is the same key given by the official by the official package https://www.dev47apps.com/droidcam/linuxx/
wget https://www.dev47apps.com/files/linux/droidcam_latest.zip
echo "5ff0e772a76befba4e37e03101b611d7 droidcam_latest.zip" | md5sum -c --
# OK?
but in PKGBUILD
md5sums=(
'199d8f3dbc6697f06350b00de99f2274'
'0f0e1d04146dd5be70d5028f144bd0a2'
'7775e36b5325dc1f32d485eb3cc72fd1'
)
The last key looks wrong to me ...
This works like a charm!
md5sums=(
'199d8f3dbc6697f06350b00de99f2274'
'0f0e1d04146dd5be70d5028f144bd0a2'
'5ff0e772a76befba4e37e03101b611d7'
)
Pinned Comments