aboutsummaryrefslogtreecommitdiffstats
path: root/testing/eatmemory
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 18:02:48 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 18:02:48 +0100
commitfea9ba466cd86ed7ce026b062cf879ceb7c64ed7 (patch)
tree468e2972afd1f3dd13c7dc1a26fb682023e3339d /testing/eatmemory
parent2f75bf36226a57e602521e941c532c9a9327764b (diff)
downloadaports-fea9ba466cd86ed7ce026b062cf879ceb7c64ed7.tar.bz2
aports-fea9ba466cd86ed7ce026b062cf879ceb7c64ed7.tar.xz
testing/eatmemory: fix license
https://github.com/julman99/eatmemory/commits/master/LICENSE
Diffstat (limited to 'testing/eatmemory')
-rw-r--r--testing/eatmemory/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/eatmemory/APKBUILD b/testing/eatmemory/APKBUILD
index c1c96684cf..ca6316e9cc 100644
--- a/testing/eatmemory/APKBUILD
+++ b/testing/eatmemory/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=eatmemory
pkgver=0.1.6
-pkgrel=0
+pkgrel=1
pkgdesc="Simple C program to allocate memory from the command line"
url="https://github.com/julman99/eatmemory"
arch="all"
-license="Custom"
+license="MIT"
source="$pkgname-$pkgver.tar.gz::https://github.com/julman99/eatmemory/archive/v$pkgver.tar.gz
makefile.patch
"