summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76171d89a72d..57c99986b339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-emulator-canary
pkgdesc = Google Android Emulator (Canary channel)
- pkgver = 29.1.11
+ pkgver = 29.1.12
pkgrel = 1
url = https://developer.android.com/studio/releases/emulator.html
install = android-emulator-canary.install
@@ -17,11 +17,11 @@ pkgbase = android-emulator-canary
depends = zlib
provides = android-emulator
conflicts = android-emulator
- source = https://dl.google.com/android/repository/emulator-linux-5822929.zip
+ source = https://dl.google.com/android/repository/emulator-linux-5839083.zip
source = https://dl.google.com/android/repository/repository2-1.xml
source = android-emulator-canary.sh
source = android-emulator-canary.csh
- sha256sums = 14fd05361e1582808946e55877ccc805b8961722a9ec81e12257f683221fd359
+ sha256sums = d7db35d5e2143475467d2540ff1abbe090faa83bbcacdf917feffcb449473393
sha256sums = SKIP
sha256sums = 2d7cd6457bc848c369ee215783146da7dce71d7c7f7043f944700f0a7b0d587d
sha256sums = 630ea153f52154ac51b3e76357c8a123bea9ed0c910c64b8585775a345834803
diff --git a/PKGBUILD b/PKGBUILD
index e168fd329e59..5b7eabf8743a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# shellcheck disable=SC2034
pkgname=android-emulator-canary
-pkgver=29.1.11
+pkgver=29.1.12
pkgrel=1
pkgdesc='Google Android Emulator (Canary channel)'
arch=('x86_64')
@@ -16,11 +16,11 @@ makedepends=('xmlstarlet')
provides=('android-emulator')
conflicts=('android-emulator')
install="${pkgname}.install"
-source=('https://dl.google.com/android/repository/emulator-linux-5822929.zip'
+source=('https://dl.google.com/android/repository/emulator-linux-5839083.zip'
'https://dl.google.com/android/repository/repository2-1.xml'
"${pkgname}.sh"
"${pkgname}.csh")
-sha256sums=('14fd05361e1582808946e55877ccc805b8961722a9ec81e12257f683221fd359'
+sha256sums=('d7db35d5e2143475467d2540ff1abbe090faa83bbcacdf917feffcb449473393'
'SKIP'
'2d7cd6457bc848c369ee215783146da7dce71d7c7f7043f944700f0a7b0d587d'
'630ea153f52154ac51b3e76357c8a123bea9ed0c910c64b8585775a345834803')