Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(android-studio-canary): 2023.1.1.28 -> 2024.2.1.11 #6675

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/android-studio-canary/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = android-studio-canary
gives = android-studio
pkgver = 2023.1.1.28
pkgver = 2024.2.1.11
pkgdesc = Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development
arch = amd64
depends = libc6-i386
Expand All @@ -13,9 +13,9 @@ pkgbase = android-studio-canary
replaces = android-studio-canary
maintainer = Oren Klopfer <[email protected]>
repology = project: android-studio
source = https://dl.google.com/dl/android/studio/ide-zips/2023.1.1.28/android-studio-2023.1.1.28-linux.tar.gz
source = https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
sha256sums = 139d0dbb4909353b68fbf55c09b6d31a34512044a9d4f02ce0f1a9accca128f9
sha256sums = 81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3
sha256sums = SKIP

pkgname = android-studio-canary
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ gives="android-studio"
repology=("project: ${gives}")
replaces=("${gives}-beta" "${gives}" "${pkgname}")
arch=("amd64")
pkgver="2023.1.1.28"
pkgver="2024.2.1.11"
source=(
"https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${gives}-${pkgver}-linux.tar.gz"
"${gives}.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${gives}/${gives}.desktop"
)
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386")
pkgdesc="Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development"
sha256sums=(
"139d0dbb4909353b68fbf55c09b6d31a34512044a9d4f02ce0f1a9accca128f9"
"81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3"
"SKIP"
)
maintainer=("Oren Klopfer <[email protected]>")
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pkgname = ananicy-cpp
---
pkgbase = android-studio-canary
gives = android-studio
pkgver = 2023.1.1.28
pkgver = 2024.2.1.11
pkgdesc = Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development
arch = amd64
depends = libc6-i386
Expand All @@ -182,9 +182,9 @@ pkgbase = android-studio-canary
replaces = android-studio-canary
maintainer = Oren Klopfer <[email protected]>
repology = project: android-studio
source = https://dl.google.com/dl/android/studio/ide-zips/2023.1.1.28/android-studio-2023.1.1.28-linux.tar.gz
source = https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
sha256sums = 139d0dbb4909353b68fbf55c09b6d31a34512044a9d4f02ce0f1a9accca128f9
sha256sums = 81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3
sha256sums = SKIP

pkgname = android-studio-canary
Expand Down
Loading