Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

699

Downloads of v 0.3.3:

692

Last Update:

11 Jan 2018

Package Maintainer(s):

Software Author(s):

  • J/A

Tags:

annatar cli meme kek image funny

annatar

  • 1
  • 2
  • 3

0.3.3 | Updated: 11 Jan 2018

Downloads:

699

Downloads of v 0.3.3:

692

Maintainer(s):

Software Author(s):

  • J/A

annatar 0.3.3

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install annatar, run the following command from the command line or from PowerShell:

>

To upgrade annatar, run the following command from the command line or from PowerShell:

>

To uninstall annatar, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade annatar -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade annatar -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install annatar
  win_chocolatey:
    name: annatar
    version: '0.3.3'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'annatar' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.3.3'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller annatar
{
    Name     = "annatar"
    Version  = "0.3.3"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'annatar':
  ensure   => '0.3.3',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 11 Jul 2020.

Description

Command line utility for creating memes.


bin\annatar.exe
md5: 2EA7FAC17BF986FF4748F1701EE01F7D | sha1: 69F61D83D35DB84D60BF1D47521C8FC41E062CAD | sha256: 50297B0C474BACCA8E7103549AB460DD5B0601F12CB1CCB5B6BEE99EF6BF530A | sha512: 7EA99744ED9AAAD515F6F808E2473D6E4A8745E5B591180EC60C57315FA7ADD278149E897574F5A8D17766711CBD6D6C7F8235BA9DD760FE91FDBB83E82EA4B3
tools\LICENSE.txt
From: https://raw.githubusercontent.com/archer884/annatar/master/LICENSE-MIT

LICENSE (annatar)

The MIT License (MIT)

Copyright (c) 2017 J/A

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---

Annatar depends on the following:

adler32: 1.0.2, "BSD-3-Clause", registry+https://github.com/rust-lang/crates.io-index, by "Remi Rampin <[email protected]>"
advapi32-sys: 0.2.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
aho-corasick: 0.5.3, "MIT/Unlicense", registry+https://github.com/rust-lang/crates.io-index, by "Andrew Gallant <[email protected]>"
alga: 0.5.2, "Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Brendan Zabarauskas, Darin Morrison, Sébastien Crozet"
ansi_term: 0.10.2, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "[email protected], Ryan Scheel (Havvy) <[email protected]>, Josh Triplett <[email protected]>"
approx: 0.1.1, "Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Brendan Zabarauskas <[email protected]>"
arrayvec: 0.4.6, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "bluss"
artano: 0.2.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "J/A <[email protected]>"
atty: 0.2.3, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "softprops <[email protected]>"
base64: 0.8.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alice Maz <[email protected]>, Marshall Pierce <[email protected]>"
bitflags: 0.7.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
bitflags: 0.9.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
bitflags: 1.0.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
build_const: 0.2.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Garrett Berg <[email protected]>"
byteorder: 0.4.2, "MIT/Unlicense", registry+https://github.com/rust-lang/crates.io-index, by "Andrew Gallant <[email protected]>"
byteorder: 1.2.1, "MIT/Unlicense", registry+https://github.com/rust-lang/crates.io-index, by "Andrew Gallant <[email protected]>"
bytes: 0.4.5, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
cc: 1.0.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
cfg-if: 0.1.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
clap: 2.29.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Kevin K. <[email protected]>"
coco: 0.1.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Stjepan Glavina <[email protected]>"
color_quant: 1.0.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "nwin <[email protected]>"
conv: 0.3.3, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Daniel Keep <[email protected]>"
core-foundation: 0.2.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Servo Project Developers"
core-foundation-sys: 0.2.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Servo Project Developers"
crc: 1.6.0, "MIT OR Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Rui Hu <[email protected]>"
crypt32-sys: 0.2.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
custom_derive: 0.1.7, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Daniel Keep <[email protected]>"
deflate: 0.7.17, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "oyvindln <[email protected]>"
dtoa: 0.4.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "David Tolnay <[email protected]>"
either: 1.4.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "bluss"
enum_primitive: 0.1.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Anders Kaseorg <[email protected]>"
env_logger: 0.3.5, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
foreign-types: 0.3.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
foreign-types-shared: 0.1.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
fuchsia-zircon: 0.2.1, "BSD-3-Clause", registry+https://github.com/rust-lang/crates.io-index, by "Raph Levien <[email protected]>"
fuchsia-zircon-sys: 0.2.0, "BSD-3-Clause", registry+https://github.com/rust-lang/crates.io-index, by "Raph Levien <[email protected]>"
futures: 0.1.17, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
futures-cpupool: 0.1.7, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
generic-array: 0.2.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Bartłomiej Kamiński <[email protected]>"
gif: 0.9.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "nwin <[email protected]>"
httparse: 1.2.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
hyper: 0.11.9, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
hyper-tls: 0.1.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
idna: 0.1.4, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The rust-url developers"
image: 0.17.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "ccgn, bvssvni <[email protected]>, nwin, TyOverby <[email protected]>"
imageproc: 0.12.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "theotherphil"
inflate: 0.3.3, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "nwin <[email protected]>"
iovec: 0.1.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
itertools: 0.6.5, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "bluss"
itoa: 0.3.4, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "David Tolnay <[email protected]>"
jpeg-decoder: 0.1.13, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Ulf Nilsson <[email protected]>"
kernel32-sys: 0.2.2, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
language-tags: 0.2.2, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Pyfisch <[email protected]>"
lazy_static: 0.2.11, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Marvin Löbel <[email protected]>"
lazy_static: 1.0.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Marvin Löbel <[email protected]>"
lazycell: 0.5.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>, Nikita Pekin <[email protected]>"
libc: 0.2.34, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
libflate: 0.1.12, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Takeru Ohta <[email protected]>"
linked-hash-map: 0.5.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Stepan Koltsov <[email protected]>, Andrew Paseltiner <[email protected]>"
log: 0.3.8, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
lzw: 0.10.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "nwin <[email protected]>"
matches: 0.1.6, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Simon Sapin <[email protected]>"
memchr: 0.1.11, "MIT/Unlicense", registry+https://github.com/rust-lang/crates.io-index, by "Andrew Gallant <[email protected]>, bluss"
mime: 0.3.5, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
mime_guess: 2.0.0-alpha.3, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Austin Bonander <[email protected]>"
mio: 0.6.11, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
miow: 0.2.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
nalgebra: 0.11.2, "BSD-3-Clause", registry+https://github.com/rust-lang/crates.io-index, by "Sébastien Crozet <[email protected]>"
native-tls: 0.1.4, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
net2: 0.2.31, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
nodrop: 0.1.12, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "bluss"
num: 0.1.41, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num-bigint: 0.1.41, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num-complex: 0.1.41, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num-integer: 0.1.35, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num-iter: 0.1.34, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num-rational: 0.1.40, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num-traits: 0.1.41, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
num_cpus: 1.7.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
openssl: 0.9.23, "Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
openssl-sys: 0.9.23, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>, Steven Fackler <[email protected]>"
ordered-float: 0.5.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Jonathan Reem <[email protected]>"
percent-encoding: 1.0.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The rust-url developers"
phf: 0.7.21, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
phf_codegen: 0.7.21, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
phf_generator: 0.7.21, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
phf_shared: 0.7.21, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
pkg-config: 0.3.9, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
png: 0.11.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "nwin <[email protected]>"
quickcheck: 0.2.27, "MIT/Unlicense", registry+https://github.com/rust-lang/crates.io-index, by "Andrew Gallant <[email protected]>"
rand: 0.3.18, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
rayon: 0.7.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Niko Matsakis <[email protected]>"
rayon: 0.8.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Niko Matsakis <[email protected]>, Josh Stone <[email protected]>"
rayon-core: 1.3.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Niko Matsakis <[email protected]>, Josh Stone <[email protected]>"
redox_syscall: 0.1.32, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Jeremy Soller <[email protected]>"
redox_termios: 0.1.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Jeremy Soller <[email protected]>"
regex: 0.1.80, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
regex-syntax: 0.3.9, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
relay: 0.1.0, "MIT OR Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
reqwest: 0.8.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
rustc-serialize: 0.3.24, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
rusttype: 0.2.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Dylan Ede <[email protected]>, Jeremy Soller <[email protected]>"
rusttype: 0.3.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Dylan Ede <[email protected]>, Jeremy Soller <[email protected]>"
safemem: 0.2.0, "MIT OR Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Austin Bonander <[email protected]>"
schannel: 0.1.9, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>, Steffen Butzer <[email protected]>"
scoped-tls: 0.1.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
scoped_threadpool: 0.1.8, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Marvin Löbel <[email protected]>"
scopeguard: 0.3.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "bluss"
secur32-sys: 0.2.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
security-framework: 0.1.16, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
security-framework-sys: 0.1.16, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Steven Fackler <[email protected]>"
serde: 1.0.24, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>"
serde_json: 1.0.8, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>"
serde_urlencoded: 0.5.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Anthony Ramine <[email protected]>"
siphasher: 0.2.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Frank Denis <[email protected]>"
slab: 0.3.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
slab: 0.4.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
smallvec: 0.2.1, "MPL-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Simon Sapin <[email protected]>"
stb_truetype: 0.2.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Dylan Ede <[email protected]>"
strsim: 0.6.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Danny Guo <[email protected]>"
take: 0.1.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
tempdir: 0.3.5, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
termion: 1.5.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "ticki <[email protected]>, gycos <[email protected]>, IGI-111 <[email protected]>"
textwrap: 0.9.0, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Martin Geisler <[email protected]>"
thread-id: 2.0.0, "Apache-2.0", registry+https://github.com/rust-lang/crates.io-index, by "Ruud van Asseldonk <[email protected]>"
thread_local: 0.2.7, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Amanieu d'Antras <[email protected]>"
time: 0.1.38, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
tokio-core: 0.1.11, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>"
tokio-io: 0.1.4, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>, Carl Lerche <[email protected]>"
tokio-proto: 0.1.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
tokio-service: 0.1.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>"
tokio-tls: 0.1.3, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Carl Lerche <[email protected]>, Alex Crichton <[email protected]>"
typenum: 1.9.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Paho Lurie-Gregg <[email protected]>, Andre Bogus <[email protected]>"
unicase: 1.4.2, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
unicase: 2.1.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sean McArthur <[email protected]>"
unicode-bidi: 0.3.4, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Servo Project Developers"
unicode-normalization: 0.1.5, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "kwantam <[email protected]>"
unicode-width: 0.1.4, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "kwantam <[email protected]>"
unreachable: 0.1.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Jonathan Reem <[email protected]>"
url: 1.6.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The rust-url developers"
utf8-ranges: 0.1.3, "MIT/Unlicense", registry+https://github.com/rust-lang/crates.io-index, by "Andrew Gallant <[email protected]>"
uuid: 0.5.1, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "The Rust Project Developers"
vcpkg: 0.2.2, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Jim McGrath <[email protected]>"
vec_map: 0.8.0, "Apache-2.0/MIT", registry+https://github.com/rust-lang/crates.io-index, by "Alex Crichton <[email protected]>, Jorge Aparicio <[email protected]>, Alexis Beingessner <[email protected]>, Brian Anderson <>, tbu- <>, Manish Goregaokar <>, Aaron Turon <[email protected]>, Adolfo Ochagavía <>, Niko Matsakis <>, Steven Fackler <>, Chase Southwood <[email protected]>, Eduard Burtescu <>, Florian Wilkens <>, Félix Raimundo <>, Tibor Benke <>, Markus Siemens <[email protected]>, Josh Branchaud <[email protected]>, Huon Wilson <[email protected]>, Corey Farwell <[email protected]>, Aaron Liblong <>, Nick Cameron <[email protected]>, Patrick Walton <[email protected]>, Felix S Klock II <>, Andrew Paseltiner <[email protected]>, Sean McArthur <[email protected]>, Vadim Petrochenkov <>"
version_check: 0.1.3, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Sergio Benitez <[email protected]>"
void: 1.0.2, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Jonathan Reem <[email protected]>"
winapi: 0.2.8, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
winapi-build: 0.1.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
ws2_32-sys: 0.2.1, "MIT", registry+https://github.com/rust-lang/crates.io-index, by "Peter Atashian <[email protected]>"
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

> checksum -t sha256 annatar.exe
50297B0C474BACCA8E7103549AB460DD5B0601F12CB1CCB5B6BEE99EF6BF530A

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status

This package has no dependencies.

Discussion for the annatar Package

Ground Rules:

  • This discussion is only about annatar and the annatar package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or annatar, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus