Skip to content

Commit

Permalink
pinentry: version bumped to 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed May 24, 2015
1 parent 861413d commit b3c71b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions x11-utils/pinentry/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
local f &&
for f in qt4/*.moc; do
/usr/bin/moc ${f/.moc/.h}
done
fi &&
done &&

for file in qt4/*.moc; do
for file in qt4/*.moc; do
moc ${file/.moc/.h} > ${file}
done &&
done
fi &&

sedit 's/gulong/gsize/g' gtk+-2/gtksecentry.c &&

Expand Down
6 changes: 3 additions & 3 deletions x11-utils/pinentry/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MODULE=pinentry
VERSION=0.9.0
VERSION=0.9.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/pinentry
SOURCE_VFY=sha256:90045a07ab8e1a8e1ecf5d19b51691f195525e579fa5d71d7e92c120b05490ab
SOURCE_VFY=sha256:9cd08e856b395df3adc7124170b53f77c6d5c8bf88e899e818648ec70d3e9695
WEB_SITE=http://www.gnupg.org/aegypten/development.en.html
ENTERED=20030310
UPDATED=20141126
UPDATED=20150524
SHORT="A collection of simple PIN or passphrase entry dialogs"

cat << EOF
Expand Down

0 comments on commit b3c71b0

Please sign in to comment.