aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dcc
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2020-03-14 12:41:52 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 12:38:11 -0300
commit95a74ded9753dadcf5a8b9fc7bf38623df1e7aee (patch)
tree39c0d01922b82031875bba8e34bf8d6139555d5f /testing/dcc
parenta19f9151aca8aa091aab7c346de8954ea2be8205 (diff)
downloadaports-95a74ded9753dadcf5a8b9fc7bf38623df1e7aee.tar.bz2
aports-95a74ded9753dadcf5a8b9fc7bf38623df1e7aee.tar.xz
testing/dcc remove quotes from pkgname and pkgver
Stop lint errors
Diffstat (limited to 'testing/dcc')
-rw-r--r--testing/dcc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dcc/APKBUILD b/testing/dcc/APKBUILD
index 4c080a0ef7..037a8aa4ff 100644
--- a/testing/dcc/APKBUILD
+++ b/testing/dcc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
-pkgname="dcc"
-pkgver="2.3.167"
+pkgname=dcc
+pkgver=2.3.167
pkgrel=3
pkgdesc="Distributed Checksum Clearinghouses or DCC spam filter"
url="https://www.dcc-servers.net/dcc/"