From 6624750a4c3706d4ce8493504a83286320ba7927 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 27 Jan 2015 07:57:43 -0800 Subject: [PATCH] replace upto with up to --- haiku-apps/rawaes/rawaes-1.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/rawaes/rawaes-1.1.recipe b/haiku-apps/rawaes/rawaes-1.1.recipe index 85711b4ed..e5604a2e9 100644 --- a/haiku-apps/rawaes/rawaes-1.1.recipe +++ b/haiku-apps/rawaes/rawaes-1.1.recipe @@ -2,7 +2,7 @@ SUMMARY="Command-line encryption utility" DESCRIPTION="Rawaes encrypts a file using the Advandced Encryption Standard (AES). AES \ uses the Rijndael Algorithm, a 128-bit block cipher, to encrypt. Since the \ encryption requires 16-byte blocks, rawaes will pad any uneven blocks with 0s, \ -possibly increasing the size of the file upto 15 bytes." +possibly increasing the size of the file up to 15 bytes." HOMEPAGE="https://github.com/bbjimmy/rawaes" SRC_URI="https://github.com/bbjimmy/rawaes/archive/Final.tar.gz" CHECKSUM_SHA256="b60d5c7af7f8952d47d8d212f504ec550ae44bf65290e10971af81084ed22e80"