summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-14 18:51:33 +0100
committerIsmael Luceno2021-02-14 19:06:05 +0100
commitcb92cf0c0ebbb9160fad66393c7cca2c2d71e350 (patch)
tree69ed5885fff4ffefe076ca7996d680c492266999 /net
parentede2375f96d5facd9796e7b843b306c881097b3d (diff)
tor: Fix typo in DETAILS
Diffstat (limited to 'net')
-rwxr-xr-xnet/tor/DETAILS2
-rw-r--r--net/tor/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index 8727a4d258..78e4742155 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -6,7 +6,7 @@ in devel)
;; stable)
VERSION=0.4.4.7
SECURITY_PATCH=16
-esac
+;; esac
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=https://www.torproject.org/dist/${SOURCE}
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index 9a719bde97..54bd472a92 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,5 +1,6 @@
2021-02-14 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated TOR_BRANCH=stable to 0.4.4.7
+ fixed typo
2021-02-03 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: added optional dependency on libseccomp