Turn Off Auto Update for Single Plugin
function remove_update_notification($value) {
unset($value->response['email-subscribers/email-subscribers.php']);
return $value;
}
add_filter('site_transient_update_plugins', 'remove_update_notification');
Another trick is Increase the version number inside the plugin's main file as well as inside readme.txt Stable tag something like 99.9