{
  "homepage": "https://pecl.php.net/package/xxtea",
  "version": "1.0.11",
  "license": "http://www.php.net/license/3_01.txt",
  "architecture": {
    "64bit": {
      "url": "http://windows.php.net/downloads/pecl/releases/xxtea/1.0.11/php_xxtea-1.0.11-7.1-ts-vc14-x64.zip",
      "hash": "f926f23140fb9578fcec09a4f091c349611744250f604ab1179345a47491f687"
    },
    "32bit": {
      "url": "http://windows.php.net/downloads/pecl/releases/xxtea/1.0.11/php_xxtea-1.0.11-7.1-ts-vc14-x86.zip",
      "hash": "a5e45ae48ccc68c5a9b77925bd5ec0158aadf45a12dd4fe747d80c70a439e684"
    }
  },
  "depends": [
    "php"
  ],
  "post_install": "$phpconfd = \"$persist_dir\\..\\php\\cli\\conf.d\"; if((test-path $phpconfd)) { echo \"Enabling extension $(Convert-Path $phpconfd)\\xxtea.ini\"; echo \"extension=$dir\\php_xxtea.dll\" | sc \"$phpconfd\\xxtea.ini\"; echo \"Remove-Item '$(Convert-Path $phpconfd)\\xxtea.ini'\" | sc \"$dir\\uninstall.ps1\" } else { write-host -f yellow \"PHP was not installed through scoop, you have to activate php_xxtea.dll manually!\" }",
  "checkver": "xxtea/([\\d.]+)/windows",
  "autoupdate": {
    "architecture": {
      "64bit": {
        "url": "http://windows.php.net/downloads/pecl/releases/xxtea/$version/php_xxtea-$version-7.1-ts-vc14-x64.zip"
      },
      "32bit": {
        "url": "http://windows.php.net/downloads/pecl/releases/xxtea/$version/php_xxtea-$version-7.1-ts-vc14-x86.zip"
      }
    }
  },
  "uninstaller": {
    "file": "uninstall.ps1"
  }
}