diff options
author | leot <leot@pkgsrc.org> | 2020-08-18 17:57:24 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-08-18 17:57:24 +0000 |
commit | f541e11970c0928c97f9e5119cc927afa0f8910a (patch) | |
tree | 0ed41dd52d88e99122ea10fd02e260e1fcc50746 /lang/squeak-vm | |
parent | 6851ffc9c3f0810a2549284162592b280f5e8673 (diff) | |
download | pkgsrc-f541e11970c0928c97f9e5119cc927afa0f8910a.tar.gz |
*: revbump for libsndfile
Diffstat (limited to 'lang/squeak-vm')
-rw-r--r-- | lang/squeak-vm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile index 1239a232c59..1a05fa39a8e 100644 --- a/lang/squeak-vm/Makefile +++ b/lang/squeak-vm/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.49 2020/08/17 20:19:21 leot Exp $ +# $NetBSD: Makefile,v 1.50 2020/08/18 17:58:04 leot Exp $ # SQUEAK_VERSION= 4.10.2.2614 DISTNAME= Squeak-${SQUEAK_VERSION}-src PKGNAME= squeak-vm-${SQUEAK_VERSION:C/-/./} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= lang MASTER_SITES= http://squeakvm.org/unix/release/ MASTER_SITES+= http://ftp.squeak.org/3.10/unix-linux/ |