Skip to content

Commit

Permalink
depends: android_ndk: bump to 27 (latest LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Aug 25, 2024
1 parent 69ee53f commit 07e25f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/depends/packages/android_ndk.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=android_ndk
$(package)_version=26d
$(package)_version=27
$(package)_download_path=https://dl.google.com/android/repository/
$(package)_file_name=android-ndk-r$($(package)_version)-linux.zip
$(package)_sha256_hash=eefeafe7ccf177de7cc57158da585e7af119bb7504a63604ad719e4b2a328b54
$(package)_sha256_hash=2f17eb8bcbfdc40201c0b36e9a70826fcd2524ab7a2a235e2c71186c302da1dc

define $(package)_extract_cmds
echo $($(package)_sha256_hash) $($(1)_source_dir)/$($(package)_file_name) | sha256sum -c &&\
Expand Down

0 comments on commit 07e25f4

Please sign in to comment.