android-ndk.rb: Add trailing slash to verified comment

This commit is contained in:
Vítor Galvão 2020-04-20 03:17:21 +01:00
parent 0eba714d5a
commit 407900cac1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cask 'android-ndk' do
version '21'
sha256 'b82a49ec591d6f283acc7a241a8c56a14788320bf85a3375b5f2309b3b0c9b45'
# dl.google.com/android/repository/android-ndk was verified as official when first introduced to the cask
# dl.google.com/android/repository/ was verified as official when first introduced to the cask
url "https://dl.google.com/android/repository/android-ndk-r#{version}-darwin-x86_64.zip"
name 'Android NDK'
homepage 'https://developer.android.com/ndk/index.html'