Merge v0.5.0 into master.

Test: . build/envsetup.sh && lunch aosp_arm-eng && mmma external/cpu_features
Test: . build/envsetup.sh && lunch aosp_arm64-eng && mmma external/cpu_features
Test: . build/envsetup.sh && lunch aosp_x86-eng && mmma external/cpu_features
Test: . build/envsetup.sh && lunch aosp_x86_64-eng && mmma external/cpu_features
Test: atest --test-mapping external/cpu_features:all
Bug: 128901000
Change-Id: I9f844c0eba3cff2839fa8985277c67dd8fba90fd
diff --git a/METADATA b/METADATA
index e2080b1..728702c 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
 name: "cpu_features"
-description: "A cross platform C99 library to get CPU features at runtime."
+description: "A cross platform C99 library to get cpu features at runtime."
 third_party {
   url {
     type: HOMEPAGE
@@ -9,11 +9,11 @@
     type: GIT
     value: "https://github.com/google/cpu_features.git"
   }
-  version: "v0.4.1"
+  version: "v0.5.0"
   license_type: NOTICE
   last_upgrade_date {
-    year: 2019
-    month: 7
-    day: 16
+    year: 2020
+    month: 9
+    day: 22
   }
 }