voidcheck.sh: change to new void-packages

Former-commit-id: 5a7583bf4180d2d37c7d6eed9d36daa5a1bd3d71
Former-commit-id: 977b16173235a859a17cfe7c7cdfc0baa57b65cd
This commit is contained in:
mollusk 2018-11-26 20:25:33 -07:00
parent ec4cf925ed
commit 447ad306f7

View File

@ -15,7 +15,7 @@ if [ -f /usr/bin/rsstail ];then
feedcmd='rsstail -1 -u'
feed='https://github.com/voidlinux/void-packages/commits/master.atom'
feed='https://github.com/void-linux/void-packages/commits/master.atom'
newpkgs='grep -e New -e new'
updatedpkgs='grep -e Update -e update'
sysupdates="xbps-install -S | xbps-install -Snu"